/**
 * Generated from Supabase — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #121212;
  --surface: #121212;
  --surface-alt: #121212;
  --text: #fafafa;
  --text-dim: #fafafa;
  --text-faint: #4a4a4a;
  --brand: #3ecf8e;
  --on-brand: #161616;
  --border: #2e2e2e;
  --border-strong: #363636;
  --success: #3ecf8e;
  --warning: #fbb024;
  --danger: #ff5a5a;

  /* full color palette */
  --color-bg: #121212;
  --color-bg-alt: #0f0f0f;
  --color-bg-deep: #0a0a0a;
  --color-surface-75: #171717;
  --color-surface-100: #1c1c1c;
  --color-surface-200: #212121;
  --color-surface-300: #262626;
  --color-overlay: #242424;
  --color-overlay-hover: #2e2e2e;
  --color-text: #fafafa;
  --color-text-strong: #ffffff;
  --color-text-light: #b4b4b4;
  --color-text-lighter: #898989;
  --color-text-muted: #6a6a6a;
  --color-text-faint: #4a4a4a;
  --color-text-on-brand: #161616;
  --color-text-on-inverted: #0a0a0a;
  --color-brand: #3ecf8e;
  --color-brand-link: #00c46a;
  --color-brand-deep: #006239;
  --color-brand-soft: #a3e9c5;
  --color-brand-subtle: #1c2e23;
  --color-brand-glow: rgba(62,207,142,0.3);
  --color-link: #3ecf8e;
  --color-link-hover: #a3e9c5;
  --color-border: #2e2e2e;
  --color-border-muted: #242424;
  --color-border-strong: #363636;
  --color-border-overlay: #404040;
  --color-focus-ring: #3ecf8e;
  --color-selection-bg: #3ecf8e;
  --color-selection-text: #161616;
  --color-shadow: rgba(0,0,0,0.4);
  --color-shadow-brand: rgba(0,98,57,0.4);
  --color-success: #3ecf8e;
  --color-warning: #fbb024;
  --color-danger: #ff5a5a;
  --color-info: #5ac4ee;
  --color-on-brand: #161616;

  /* type */
  --display-size: 96px;
  --h1-size: 72px;
  --h2-size: 48px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: 0;

  /* shape */
  --radius-button: 6px;
  --radius-card: 24px;
  --radius-pill: 9999px;

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

  /* fonts */
  --font-display: 'Circular', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Circular', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Office Code Pro', ui-monospace, monospace;
}
