/**
 * Generated from Axios — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #333335;
  --text-dim: #333335;
  --text-faint: #aaaab0;
  --brand: #0044a5;
  --on-brand: #ffffff;
  --border: #e0e0e0;
  --border-strong: #999999;
  --success: #2a8a4f;
  --warning: #cc7a00;
  --danger: #d6062b;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-section: #ffffff;
  --color-bg-section-newsletter: #fafafa;
  --color-bg-dark: #1a1a1a;
  --color-bg-darkest: #000000;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f5f5;
  --color-surface-strong: #e8e8e8;
  --color-surface-quote: #f0f4fb;
  --color-surface-blue-tint: #e6eef9;
  --color-text: #333335;
  --color-text-strong: #000000;
  --color-text-muted: #666668;
  --color-text-soft: #888889;
  --color-text-faint: #aaaab0;
  --color-text-on-blue: #ffffff;
  --color-text-on-dark: #ffffff;
  --color-brand: #0044a5;
  --color-brand-hover: #003a8c;
  --color-brand-active: #002e72;
  --color-brand-soft: #cfdaef;
  --color-brand-deep: #001f4d;
  --color-brand-secondary: #d6062b;
  --color-link: #0044a5;
  --color-link-hover: #003a8c;
  --color-link-visited: #666668;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-border: #e0e0e0;
  --color-border-soft: #f0f0f0;
  --color-border-strong: #999999;
  --color-border-rule: #000000;
  --color-border-blue: #0044a5;
  --color-shadow-card: rgba(0,0,0,0.06);
  --color-shadow-elev: rgba(0,0,0,0.1);
  --color-shadow-modal: rgba(0,0,0,0.3);
  --color-scrim: rgba(0,0,0,0.6);
  --color-success: #2a8a4f;
  --color-success-soft: #dff0e7;
  --color-warning: #cc7a00;
  --color-warning-soft: #fde9cc;
  --color-danger: #d6062b;
  --color-danger-soft: #fbd6dc;
  --color-info: #0044a5;
  --color-info-soft: #cfdaef;
  --color-time-bar: #000000;
  --color-time-bar-bg: #f5f5f5;
  --color-newsletter-banner: #0044a5;

  /* type */
  --display-size: 72px;
  --h1-size: 26px;
  --h2-size: 22px;
  --body-size: 18px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 4px;
  --radius-card: 6px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 2px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'Atiza', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Atiza', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'NB International Pro Mono', ui-monospace, monospace;
}
