@font-face {
  font-family: "Peugeot";
  src: url("../assets/fonts/Peugeot-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: block;
}
@font-face {
  font-family: "Peugeot";
  src: url("../assets/fonts/Peugeot-Light.woff2") format("woff2");
  font-weight: 300; font-style: normal; font-display: block;
}
@font-face {
  font-family: "Peugeot";
  src: url("../assets/fonts/Peugeot-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: block;
}
@font-face {
  font-family: "Peugeot Lt";
  src: url("../assets/fonts/Peugeot-Light.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: block;
}
@font-face {
  font-family: "PeugeotNew";
  src: url("../assets/fonts/PeugeotNewRegular.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}

:root {
  --font-peugeot:       "Peugeot", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --font-peugeot-light: "Peugeot Lt", "Peugeot", "Avenir Next", Arial, sans-serif;
  --font-peugeot-new:   "PeugeotNew", "Peugeot", "Avenir Next", Arial, sans-serif;
  --nac-line-height: 1.1;
}
