/* ───────────────────────────────────────────────────────────────
   Design tokens for ahtaajankuja.fi — Green Park Joensuu RFP info site.
   Ported from the Claude Design bundle "Rakennushanke Green Park".
   Palette: municipal/public-sector, blue accent, sharp corners.
   ─────────────────────────────────────────────────────────────── */

/* Fonts (design system). JetBrains Mono is SIL OFL; Input Sans and Bilo
   ship with the design bundle — confirm licensing before public launch. */
@font-face {
  font-family: "Input Sans";
  src: url("/assets/fonts/InputSans-Light.woff2") format("woff2"),
       url("/assets/fonts/InputSans-Light.woff") format("woff");
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bilo";
  src: url("/assets/fonts/Bilo-Light.otf") format("opentype");
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bilo";
  src: url("/assets/fonts/Bilo-Bold.otf") format("opentype");
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("/assets/fonts/jetbrains-mono-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2122, U+2212;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("/assets/fonts/jetbrains-mono-latin-ext.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-024F, U+1E00-1EFF, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* Accent */
  --blue: #005CFF;
  --blue-dark: #0040B8;
  --blue-soft: #5C92FF;

  /* Ink + text */
  --ink: #000000;
  --text: #4A5360;
  --muted: #8A93A0;

  /* Lines + surfaces */
  --line: #D9DEE5;
  --line-soft: #ECEFF3;
  --bg: #FFFFFF;
  --panel: #F6F8FA;

  /* Conditional-approval banner */
  --warn-bg: #FBF4E4;
  --warn-line: #EBDDB8;
  --warn-dot: #B97A00;
  --warn-text: #6B4E00;

  /* Footer (dark) */
  --ink-dark: #06080D;
  --on-dark: #A7B0BD;
  --on-dark-soft: #5F6A78;
  --on-dark-strong: #F1F4F8;
  --line-dark: #1E2530;

  /* Site plan */
  --teal: #028283;
  --map-bg: #CBCAC8;

  /* Status */
  --green: #008A5C;
  --tag-bg: #ECEFF3;

  /* Layout */
  --maxw: 1180px;
  --gutter: 24px;

  /* Type */
  --font-body: "Bilo", "Manrope", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Input Sans", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
}
