/* Self-hosted brand fonts — zero external requests.
   Yellowtail (script) and Jost (geometric caps), both SIL OFL, latin subset.
   Jost latin ships as one variable file covering weights 400–700. */
@font-face {
  font-family: 'Yellowtail';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/yellowtail.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/jost.woff2') format('woff2');
}
