/* Moderaterna fonts — Inter, self-hosted from client/public/fonts/
 *
 * Inter woff2 files are already bundled in the base Stella distribution at
 * client/public/fonts/ and served at /fonts/*.woff2. No external CDN required.
 *
 * Available weights in the bundle: 400 (Regular), 600 (SemiBold), 700 (Bold).
 * Italic variants available for 400, 600, 700.
 * Weights 300, 500, 900 referenced in the spec are not bundled; the browser
 * will synthesise or substitute from the nearest available weight.
 *
 * Moderaterna uses Inter for both display and body roles (02-typography.md).
 */
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
