/**
 * Generated from ReadMe — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f5f5f5;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: rgba(0, 0, 0, 0.84);
  --text-dim: rgba(0, 0, 0, 0.84);
  --text-faint: rgba(0, 0, 0, 0.84);
  --brand: #0e2af5;
  --on-brand: #ffffff;
  --border: rgba(15, 15, 15, 0.10);
  --border-strong: rgba(15, 15, 15, 0.10);
  --success: #396c26;
  --warning: #e09f17;
  --danger: #d73a49;

  /* full color palette */
  --color-bg: #f5f5f5;
  --color-bg-page: #ffffff;
  --color-bg-soft: #fafafa;
  --color-surface: #ffffff;
  --color-surface-navy: #00033f;
  --color-surface-navy-raised: #001361;
  --color-surface-muted: #f5f5f5;
  --color-text: rgba(0, 0, 0, 0.84);
  --color-text-strong: #000000;
  --color-text-muted: rgba(0, 0, 0, 0.64);
  --color-text-soft: rgba(0, 0, 0, 0.50);
  --color-text-on-dark: #ffffff;
  --color-brand: #0e2af5;
  --color-brand-hover: #1024d8;
  --color-brand-deep: #001361;
  --color-accent-sky: #82cbff;
  --color-accent-blue-soft: #d2eaff;
  --color-accent-green-soft: #d3f6c4;
  --color-accent-green: #396c26;
  --color-accent-violet: #8712ff;
  --color-border: rgba(15, 15, 15, 0.10);
  --color-border-soft: rgba(15, 15, 15, 0.06);
  --color-border-on-dark: rgba(255, 255, 255, 0.18);
  --color-focus: #0e2af5;
  --color-success: #396c26;
  --color-warning: #e09f17;
  --color-danger: #d73a49;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 56px;
  --h1-size: 42px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.02em;

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

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

  /* fonts */
  --font-display: 'STKBureauSerif', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'STKBureauSans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Geist Mono', ui-monospace, monospace;
}
