/* Self-hosted brand fonts (Aug 2026 rebrand) — avoids the Google Fonts
   @import round trip. Fraunces and Work Sans are variable fonts, so one
   file each covers the whole weight range. Free stand-ins for the brand
   board's TT Ramillas / Proxima Nova until Cole supplies licensed files. */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/yeseva-one-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('fonts/fraunces-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/work-sans-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('fonts/mulish-variable.woff2') format('woff2');
}
