/* Self-hosted fonts — no third-party requests (latin subset only).
   Files pulled from Google Fonts (open-licensed: OFL). */

@font-face{
  font-family:'Saira Stencil One';
  font-style:normal;font-weight:400;font-display:swap;
  src:url(./SairaStencilOne-400.woff2) format('woff2');
}

/* Oswald — variable weight 300–700 */
@font-face{
  font-family:'Oswald';
  font-style:normal;font-weight:300 700;font-display:swap;
  src:url(./Oswald-var.woff2) format('woff2');
}

/* Caveat — variable weight 400–700 */
@font-face{
  font-family:'Caveat';
  font-style:normal;font-weight:400 700;font-display:swap;
  src:url(./Caveat-var.woff2) format('woff2');
}

@font-face{
  font-family:'Courier Prime';
  font-style:normal;font-weight:400;font-display:swap;
  src:url(./CourierPrime-400.woff2) format('woff2');
}
@font-face{
  font-family:'Courier Prime';
  font-style:normal;font-weight:700;font-display:swap;
  src:url(./CourierPrime-700.woff2) format('woff2');
}
@font-face{
  font-family:'Courier Prime';
  font-style:italic;font-weight:400;font-display:swap;
  src:url(./CourierPrime-400-italic.woff2) format('woff2');
}
