/**
 * Generated from AXA — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #274168;
  --surface-alt: #274168;
  --text: #343c3d;
  --text-dim: #343c3d;
  --text-faint: #343c3d;
  --brand: #00008f;
  --on-brand: #ffffff;
  --border: rgba(0,0,0,0.08);
  --border-strong: rgba(0,0,0,0.08);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-text: #343c3d;
  --color-brand: #00008f;
  --color-on-brand: #ffffff;
  --color-accent: #f07662;
  --color-surface: #274168;

  /* type */
  --display-size: 72px;
  --h1-size: 48px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

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

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

  /* fonts */
  --font-display: 'Publico-Headline', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Source Sans Pro', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
