/**
 * Generated from Chime — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #003122;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #00d27b;
  --on-brand: #003122;
  --border: rgba(255, 255, 255, 0.22);
  --border-strong: rgba(255, 255, 255, 0.34);
  --success: #00d27b;
  --warning: #f8d867;
  --danger: #e34f55;

  /* full color palette */
  --color-bg: #003122;
  --color-bg-deep: #002418;
  --color-bg-hero: #00452f;
  --color-bg-panel: #005d3e;
  --color-surface: #ffffff;
  --color-surface-dark: rgba(255, 255, 255, 0.10);
  --color-surface-glass: rgba(255, 255, 255, 0.16);
  --color-text: #ffffff;
  --color-text-dark: #003122;
  --color-text-muted: #e2f3eb;
  --color-text-soft: rgba(255, 255, 255, 0.72);
  --color-brand: #00d27b;
  --color-brand-bright: #1ee98f;
  --color-brand-deep: #005d3e;
  --color-card-metal: #d8d0c2;
  --color-success: #00d27b;
  --color-warning: #f8d867;
  --color-danger: #e34f55;
  --color-border: rgba(255, 255, 255, 0.22);
  --color-border-strong: rgba(255, 255, 255, 0.34);
  --color-shadow: rgba(0, 0, 0, 0.20);
  --color-on-brand: #003122;

  /* type */
  --display-size: 56px;
  --h1-size: 44px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: 0;

  /* shape */
  --radius-button: 10px;
  --radius-card: 16px;
  --radius-pill: 9999px;

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

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