/* App Kit fonts: self-hosted variable fonts (downloaded from Google Fonts 2026-07-04, latin subset).
   Montserrat = display/headings, Roboto = body, Roboto Mono = labels/meta.
   One variable file per family covers every weight the kit uses.
   Consumers link this file; the woff2 files sit beside it so relative paths
   survive publish (the kit folder is copied whole into each app bucket). */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./montserrat-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./roboto-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url('./roboto-mono-var.woff2') format('woff2');
}

/* Lora = the reserved serif display voice (Insights front door and section heads,
   Travis's pick 2026-09-09; taste profile axis 7). Downloaded from Google Fonts
   2026-09-09, latin subset, variable weight 400 to 700, upright and italic.
   Licensed under the SIL Open Font License 1.1 (Cyreal). Declared here so every
   app can reach it; a browser fetches it only where a page uses it. */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./lora-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('./lora-italic-var.woff2') format('woff2');
}
