/**
 * Generated from Monzo — 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: #ff4f40;
  --on-brand: #ffffff;
  --border: #e4e4e4;
  --border-strong: #000000;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-soft: #fafafa;
  --color-surface-coral-tint: #fff1ef;
  --color-surface-navy: #091723;
  --color-surface-navy-soft: #13283a;
  --color-text: #000000;
  --color-text-body: #1a1a1a;
  --color-text-muted: #5b5b5b;
  --color-text-subtle: #8a8a8a;
  --color-text-on-navy: #ffffff;
  --color-text-on-navy-muted: #b8c2cc;
  --color-brand: #ff4f40;
  --color-brand-hover: #ff6557;
  --color-brand-deep: #e83b2d;
  --color-brand-ink: #c42d22;
  --color-brand-soft: #fff1ef;
  --color-on-brand: #ffffff;
  --color-navy: #091723;
  --color-navy-hover: #13283a;
  --color-on-navy: #ffffff;
  --color-link: #c42d22;
  --color-link-hover: #ff4f40;
  --color-border: #e4e4e4;
  --color-border-strong: #000000;
  --color-border-soft: #f0f0f0;
  --color-border-focus: #091723;
  --color-border-on-navy: rgba(255, 255, 255, 0.16);
  --color-semantic-success: #1f8a4c;
  --color-semantic-warning: #c77700;
  --color-semantic-danger: #d23b2e;
  --color-semantic-info: #091723;
  --color-focus-ring: rgba(9, 23, 35, 0.45);
  --color-shadow-ambient: rgba(9, 23, 35, 0.06);
  --color-shadow-soft: rgba(9, 23, 35, 0.10);
  --color-shadow-standard: rgba(9, 23, 35, 0.14);
  --color-shadow-coral-glow: rgba(255, 79, 64, 0.30);

  /* 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: 500px;

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

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