/* ===========================================================================
   ÎLE DES EMBIEZ — Webfonts
   Byrd (GT Byrd, Grilli Type) — display & labels
   Espiritu Script — emotional / signature headlines
   Libre Baskerville — running body copy
   =========================================================================== */

@font-face {
  font-family: "Byrd";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Byrd-Black.woff2") format("woff2"),
       url("../assets/fonts/Byrd-Black.woff") format("woff"),
       url("../assets/fonts/Byrd-Black.otf") format("opentype");
}

@font-face {
  font-family: "Byrd";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Byrd-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Espiritu Script";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Espiritu-Script.otf") format("opentype");
}

@font-face {
  font-family: "Libre Baskerville";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/LibreBaskerville-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Libre Baskerville";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("../assets/fonts/LibreBaskerville-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Libre Baskerville";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/LibreBaskerville-Bold.ttf") format("truetype");
}
