/**
 * Generated from Wispr Flow — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffeb;
  --surface: #034f46;
  --surface-alt: #034f46;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #1a1a1a;
  --brand: #f0d7ff;
  --on-brand: #1a1a1a;
  --border: #1a1a1a4d;
  --border-strong: #1a1a1a80;
  --success: #114e0b;
  --warning: #5e5515;
  --danger: #7f1c34;

  /* full color palette */
  --color-bg: #ffffeb;
  --color-bg-dark: #e4e4d0;
  --color-surface: #034f46;
  --color-surface-soft: #e4e4d0;
  --color-text: #1a1a1a;
  --color-text-darkest: #111111;
  --color-text-muted: #666666;
  --color-text-soft: #888888;
  --color-on-surface: #ffffeb;
  --color-brand: #f0d7ff;
  --color-brand-ink: #1a1a1a;
  --color-on-brand: #1a1a1a;
  --color-accent-glow: #ffa946;
  --color-accent-fathom: #034f46;
  --color-accent-pulse: #7f1c34;
  --color-border: #1a1a1a4d;
  --color-border-soft: #1a1a1a1a;
  --color-border-strong: #1a1a1a80;
  --color-white: #ffffff;
  --color-shadow-card: rgba(26,26,15,0.05);
  --color-shadow-elev: rgba(26,26,15,0.10);
  --color-scrim: rgba(17,17,10,0.50);
  --color-success: #114e0b;
  --color-success-soft: #cef5ca;
  --color-warning: #5e5515;
  --color-warning-soft: #fcf8d8;
  --color-danger: #7f1c34;
  --color-danger-soft: #f8e4e4;
  --color-focus-state: #2d62ff;

  /* type */
  --display-size: 120px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 12px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'EB Garamond', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Figtree', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
  --font-serif:   'EB Garamond', Georgia, serif;
}
