/**
 * Generated from Ford — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #333333;
  --text-dim: #333333;
  --text-faint: #9aa3ad;
  --brand: #003478;
  --on-brand: #ffffff;
  --border: #dde2e8;
  --border-strong: #b6bdc7;
  --success: #258636;
  --warning: #f26822;
  --danger: #bf152c;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f7fa;
  --color-bg-card: #ffffff;
  --color-bg-strong: #e6ebf2;
  --color-bg-dark: #102b4e;
  --color-bg-dark-elev: #1a3a64;
  --color-bg-deep: #00142e;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f7fa;
  --color-surface-card: #ffffff;
  --color-surface-table: #fafbfc;
  --color-text: #333333;
  --color-text-strong: #1a1a1a;
  --color-text-ink: #102b4e;
  --color-text-muted: #666666;
  --color-text-faint: #9aa3ad;
  --color-brand: #003478;
  --color-brand-hover: #002757;
  --color-brand-deep: #00142e;
  --color-brand-light: #0860a8;
  --color-brand-disabled: #cdd5df;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-on-dark-soft: #bcc6d2;
  --color-accent-red: #bf152c;
  --color-accent-orange: #f26822;
  --color-border: #dde2e8;
  --color-border-strong: #b6bdc7;
  --color-border-soft: #eceff3;
  --color-border-on-dark: rgba(255,255,255,0.18);
  --color-link: #0860a8;
  --color-link-hover: #003478;
  --color-ring: #003478;
  --color-shadow-soft: rgba(16,43,78,0.06);
  --color-shadow-elev: rgba(16,43,78,0.12);
  --color-shadow-deep: rgba(0,20,46,0.28);
  --color-success: #258636;
  --color-warning: #f26822;
  --color-danger: #bf152c;
  --color-info: #0860a8;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.55;
  --display-tracking: -0.01em;

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

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

  /* fonts */
  --font-display: 'FordF1', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'FordF1', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
