/**
 * Generated from WireGuard — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fdfdfd;
  --surface: #edf0f1;
  --surface-alt: #edf0f1;
  --text: #2c3e50;
  --text-dim: #2c3e50;
  --text-faint: #2c3e50;
  --brand: #88171a;
  --on-brand: #ffffff;
  --border: #7f8c8d;
  --border-strong: #7f8c8d;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #fdfdfd;
  --color-surface: #edf0f1;
  --color-text: #2c3e50;
  --color-brand: #88171a;
  --color-on-brand: #ffffff;
  --color-border: #7f8c8d;
  --color-text-soft: #5b6770;
  --color-nav: #34495e;
  --color-on-nav: #ffffff;
  --color-brand-soft: #f2dede;

  /* type */
  --display-size: 39px;
  --h1-size: 28px;
  --h2-size: 24px;
  --body-size: 15px;
  --label-size: 14px;
  --body-line-height: 1.5;
  --display-tracking: 0;

  /* shape */
  --radius-button: 3px;
  --radius-card: 4px;
  --radius-pill: 9999px;

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

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