/* Aurora: one semantic scale;
 desktop tools, generous touch targets. */
@font-face {
  font-family: Manrope;
  src: url("/fonts/Manrope-Variable.ttf") format("truetype");
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: Urbanist;
  src: url("/fonts/Urbanist-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --font-body: Manrope, system-ui, sans-serif;
  --font-title: Urbanist, Manrope, sans-serif;
  --text: #f2f7eb;
  --muted: #d0dfd1;
  --accent: #c5e79d;
  --chart-current: var(--accent);
  --chart-previous: #a9ced9;
  --ink: #163426;
  --line: #d3edca38;
  --surface: #294e42;
  --surface-glass: #173d2f45;
  --field: #102f2970;
  --focus: #d4edae;
  --focus-control: #537a50;
  --focus-field: #42664b;
  --focus-text-surface: #c5e79d;
  --focus-text-ink: #163426;
  --field-error: #613f3b;
  --field-error-focus: #78514a;
  --required: #f6cb75;
  --error: #ffd2c8;
  --radius-control: 6px;
  --radius-surface: 15px;
  --control-height: 38px;
  --shell-header-height: 66px;
  --module-hero-height:290px;
  --control-icon: 30px;
  --control-font: 13px;
  --body-size: 13px;
  /* Composition: 8px rhythm. 4px is reserved for compact metadata/control internals. */
  --space-micro: 4px;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 48px;
  --space-field: var(--space-2);
  --space-section: var(--space-3);
  --surface-padding: var(--space-3);
  --duration-fast: 160ms;
  --duration-enter: 480ms;
  --duration-exit: 320ms;
  --ease: cubic-bezier(0.2, 0.75, 0.2, 1);
  --shadow: 0 16px 40px #061f2530, inset 0 1px #f3ffdf30;
}

@media (pointer: coarse) {
  :root {
    --control-height: 44px;
    --control-icon: 44px;
    --control-font: 14px;
  }
}
