/**
 * Generated from Python — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f3f5f7;
  --surface-alt: #f3f5f7;
  --text: #444444;
  --text-dim: #444444;
  --text-faint: #444444;
  --brand: #3776ab;
  --on-brand: #ffffff;
  --border: #d9dee3;
  --border-strong: #aeb9c1;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #f3f5f7;
  --color-text: #444444;
  --color-brand: #3776ab;
  --color-on-brand: #ffffff;
  --color-border: #d9dee3;
  --color-text-soft: #6d777f;
  --color-border-strong: #aeb9c1;
  --color-accent-warm: #ffd343;
  --color-accent-yellow: #ffd343;
  --color-accent-navy: #2b5b84;

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

  /* 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: 'Source Sans Pro', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Source Sans Pro', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
