/* ============================================================
   SuroyWear · Fonts
   Fraunces (display, variable + italic) · Inter (body, variable)
   · IBM Plex Mono (labels, static 400/500/600)
   Latin subset, self-hosted woff2. Source: Google Fonts (OFL).
   ============================================================ */

/* Fraunces — display. Variable weight 400..700, optical size axis.
   One italic pivot word per headline is the brand signature. */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../assets/fonts/fraunces-latin-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../assets/fonts/fraunces-italic-latin-var.woff2') format('woff2');
}

/* Inter — body + UI. Variable weight 400..800. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../assets/fonts/inter-latin-var.woff2') format('woff2');
}

/* IBM Plex Mono — eyebrows, coordinates, labels. Static weights. */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/plexmono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/plexmono-500.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/plexmono-600.woff2') format('woff2');
}
