/* Web fonts extracted from the theme (original files preserved in assets/font/).
   One body family with weight descriptors + one heading family. */

@font-face {
  font-family: "Bouygues Read";
  src: url("../font/bouygues-read-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bouygues Read";
  src: url("../font/bouygues-read-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bouygues Read";
  src: url("../font/bouygues-read-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bouygues Speak";
  src: url("../font/bouygues-speak.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Menlo";
  src: url("../font/menlo-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
