/**
 * Generated from Capital One — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #000000;
  --brand: #0276b1;
  --on-brand: #ffffff;
  --border: #000000;
  --border-strong: #004977;
  --success: #1a7f37;
  --warning: #9a6700;
  --danger: #d03027;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-alt: #f6f7f9;
  --color-surface-navy: #004977;
  --color-text: #000000;
  --color-text-secondary: #3b3f44;
  --color-text-muted: #6b7177;
  --color-text-on-navy: #ffffff;
  --color-text-on-brand: #ffffff;
  --color-brand: #0276b1;
  --color-brand-navy: #004977;
  --color-brand-red: #d03027;
  --color-brand-blue-hover: #015e8e;
  --color-accent-red: #d03027;
  --color-border: #000000;
  --color-border-soft: #d4d8dd;
  --color-border-strong: #004977;
  --color-focus-ring: #0276b1;
  --color-scrim: rgba(0,73,119,0.55);
  --color-shadow-soft: rgba(0,0,0,0.06);
  --color-shadow-medium: rgba(0,0,0,0.12);
  --color-shadow-deep: rgba(0,0,0,0.20);
  --color-success: #1a7f37;
  --color-warning: #9a6700;
  --color-danger: #d03027;
  --color-info: #0276b1;

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