/* Generated from design/visual-tokens.json. Do not hand-edit. */
:root {
  --color-primary: #171918;
  --color-accent: #D7F775;
  --color-surface: #EDF0E8;
  --color-text: #171918;
  --color-muted: #64705E;
  --font-sans: Manrope, "Noto Sans KR", system-ui, sans-serif;
  --font-display: Manrope, "Noto Sans KR", sans-serif;
  --font-weight-heading: 700;
  --line-height-body: 1.6;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 40px;
  --space-2xl: 64px;
  --radius-sm: 2px;
  --radius-md: 2px;
  --radius-lg: 2px;
  --motion-fast: 160ms;
  --motion-base: 320ms;
  --motion-slow: 700ms;
  --motion-easing: cubic-bezier(0.22, 1, 0.36, 1);
}

@media print {
  :root {
    color-scheme: light;
  }
}
