/* Jelly — self-hosted variable fonts (OFL; license files alongside).
   Production rule (HANDOFF §5): never hot-load Google Fonts. */

@font-face {
  font-family: 'Fraunces';
  src: url('Fraunces-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('Fraunces-Italic-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('InstrumentSans-var.woff2') format('woff2-variations');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('InstrumentSans-Italic-var.woff2') format('woff2-variations');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

/* Fraunces carries opsz/SOFT/WONK axes — let optical sizing run automatically;
   UI uses the default SOFT=0 cut. (The logo's SOFT=100/opsz=9 cut is outlined
   into the SVGs in brand/logo/ and is NOT a live-text style — never set it in CSS.) */
body { font-optical-sizing: auto; }
