/* Vauban Design Language — Self-Hosted Fonts
 * Per ADR-ECO-041 + rules/architecture/vdl-canonical-package.md
 * No external CDN. Source: https://fonts.vauban.tech/fonts.css */

/* ─── Source Serif 4 — Variable Roman ──────────────────────────────── */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('https://fonts.vauban.tech/source-serif-4/SourceSerif4Variable-Roman.woff2') format('woff2');
}

/* ─── Source Serif 4 — Variable Italic ─────────────────────────────── */
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url('https://fonts.vauban.tech/source-serif-4/SourceSerif4Variable-Italic.woff2') format('woff2');
}

/* ─── Source Serif 4 — Static Regular ──────────────────────────────── */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.vauban.tech/source-serif-4/SourceSerif4-Regular.woff2') format('woff2');
}

/* ─── Source Serif 4 — Static Italic ───────────────────────────────── */
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.vauban.tech/source-serif-4/SourceSerif4-Italic.woff2') format('woff2');
}

/* ─── Source Serif 4 — Static Medium ───────────────────────────────── */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://fonts.vauban.tech/source-serif-4/SourceSerif4-Medium.woff2') format('woff2');
}

/* ─── Source Serif 4 — Static SemiBold ─────────────────────────────── */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://fonts.vauban.tech/source-serif-4/SourceSerif4-Semibold.woff2') format('woff2');
}

/* ─── Source Serif 4 — Static Bold ─────────────────────────────────── */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://fonts.vauban.tech/source-serif-4/SourceSerif4-Bold.woff2') format('woff2');
}

/* ─── Inter — Variable ──────────────────────────────────────────────── */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('https://fonts.vauban.tech/inter/InterVariable.woff2') format('woff2');
}

/* ─── Inter — Static Regular ────────────────────────────────────────── */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.vauban.tech/inter/Inter-Regular.woff2') format('woff2');
}

/* ─── Inter — Static Medium ─────────────────────────────────────────── */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://fonts.vauban.tech/inter/Inter-Medium.woff2') format('woff2');
}

/* ─── Inter — Static SemiBold ───────────────────────────────────────── */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://fonts.vauban.tech/inter/Inter-SemiBold.woff2') format('woff2');
}

/* ─── Inter — Static Bold ───────────────────────────────────────────── */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://fonts.vauban.tech/inter/Inter-Bold.woff2') format('woff2');
}

/* ─── JetBrains Mono — Variable ─────────────────────────────────────── */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('https://fonts.vauban.tech/jetbrains-mono/JetBrainsMono[wght].woff2') format('woff2');
}

/* ─── JetBrains Mono — Static Regular ──────────────────────────────── */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.vauban.tech/jetbrains-mono/JetBrainsMono-Regular.woff2') format('woff2');
}

/* ─── JetBrains Mono — Static Medium ───────────────────────────────── */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://fonts.vauban.tech/jetbrains-mono/JetBrainsMono-Medium.woff2') format('woff2');
}

/* ─── JetBrains Mono — Static Bold ─────────────────────────────────── */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://fonts.vauban.tech/jetbrains-mono/JetBrainsMono-Bold.woff2') format('woff2');
}
