/* Hallmark · genre: modern-minimal · macrostructure: Narrative Workflow · F4 knobs: stages=5, labels=decimal, rule=horizontal
 * theme: custom · vibe: austere institutional precision · paper: oklch(97% 0.012 98) · accent: oklch(46% 0.105 183)
 * display: IBM Plex Sans · body: Manrope · axes: light / geometric-sans / chromatic-teal ~183deg
 * enrichment: none · nav: N9 · footer: Ft5 · studied: no · context: inferred · v1.1.0
 * contrast: pass (40-41) · slop: pass (42-45) · honest: pass (46) · chrome: pass (47) · tokens: pass (48)
 * responsive: pass (49) · icons: pass (30) · mobile: pass (34, 49, 50-57) */
/* Hallmark · pre-emit critique: P5 H5 E4 S5 R5 V4 */

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/ibm-plex-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/ibm-plex-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-variable.woff2") format("woff2");
}

:root {
  --color-paper: oklch(99% 0.004 240);
  --color-paper-raised: oklch(100% 0 0);
  --color-paper-soft: oklch(97% 0.009 230);
  --color-paper-cool: oklch(94% 0.016 220);
  --color-ink: oklch(20% 0.038 255);
  --color-ink-soft: oklch(36% 0.032 250);
  --color-muted: oklch(49% 0.025 245);
  --color-rule: oklch(89% 0.014 225);
  --color-rule-strong: oklch(80% 0.022 220);
  --color-accent: oklch(44% 0.115 198);
  --color-accent-hover: oklch(38% 0.115 198);
  --color-accent-soft: oklch(94% 0.035 198);
  --color-accent-ink: oklch(99% 0.004 240);
  --color-flow: oklch(65% 0.105 198);
  --color-flow-soft: oklch(86% 0.04 205);
  --color-amber: oklch(70% 0.13 74);
  --color-amber-soft: oklch(94% 0.045 80);
  --color-latvenergo: oklch(51% 0.205 25);
  --color-latvenergo-soft: oklch(96% 0.025 25);
  --color-focus: oklch(48% 0.15 255);
  --color-error: oklch(46% 0.15 28);
  --color-error-soft: oklch(94% 0.035 28);
  --color-success: oklch(42% 0.09 157);
  --color-success-soft: oklch(93% 0.04 157);
  --color-shadow: oklch(20% 0.04 255 / 0.08);
  --color-transparent: oklch(100% 0 0 / 0);

  --font-display: "IBM Plex Sans", sans-serif;
  --font-body: "Manrope", sans-serif;

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 9.5rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-body: 1rem;
  --text-lede: clamp(1.125rem, 1.4vw, 1.375rem);
  --text-h3: clamp(1.25rem, 1.8vw, 1.625rem);
  --text-h2: clamp(2.25rem, 4.2vw, 4.25rem);
  --text-display: clamp(3rem, 6.4vw, 5.75rem);

  --radius-sm: 0.375rem;
  --radius-md: 0.75rem;
  --radius-lg: 1.5rem;
  --rule-thin: 1px;
  --rule-strong: 2px;
  --control-height: 3.25rem;

  --dur-fast: 160ms;
  --dur-base: 240ms;
  --dur-flow-a: 22s;
  --dur-flow-b: 28s;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}
