/* 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');
}
