/* Self-hosted webfonts — no CDN, no third-party request (PRD D9, S12).
   Subset to Latin + punctuation with fontTools. */

@font-face{
  font-family:'Fjalla One';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('../fonts/fjalla-one-400.woff2') format('woff2');
}
@font-face{
  font-family:'Libre Franklin';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('../fonts/libre-franklin-400.woff2') format('woff2');
}
@font-face{
  font-family:'Libre Franklin';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('../fonts/libre-franklin-700.woff2') format('woff2');
}
@font-face{
  font-family:'Tinos';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('../fonts/tinos-400.woff2') format('woff2');
}
@font-face{
  font-family:'Tinos';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('../fonts/tinos-700.woff2') format('woff2');
}
@font-face{
  font-family:'Yellowtail';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('../fonts/yellowtail-400.woff2') format('woff2');
}
