/**
 * Generated from Miro — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f7f8fa;
  --surface-alt: #f7f8fa;
  --text: #1c1c1e;
  --text-dim: #1c1c1e;
  --text-faint: #1c1c1e;
  --brand: #1c1c1e;
  --on-brand: #ffffff;
  --border: #e0e2e8;
  --border-strong: #c7cad5;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-surface: #f7f8fa;
  --color-bg-soft: #fafbfc;
  --color-bg-yellow: #fff8e0;
  --color-bg-pricing-featured: #f5f3ff;
  --color-surface: #f7f8fa;
  --color-text: #1c1c1e;
  --color-text-deep: #050038;
  --color-text-charcoal: #2c2c34;
  --color-text-slate: #555a6a;
  --color-text-steel: #6b6f7e;
  --color-text-stone: #8e91a0;
  --color-text-muted: #a5a8b5;
  --color-brand: #1c1c1e;
  --color-brand-pressed: #2c2c34;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-on-dark-muted: #a5a8b5;
  --color-brand-yellow: #ffd02f;
  --color-brand-yellow-deep: #fcb900;
  --color-yellow-light: #fff4c4;
  --color-yellow-dark: #746019;
  --color-brand-blue: #4262ff;
  --color-blue-450: #5b76fe;
  --color-blue-pressed: #2a41b6;
  --color-brand-coral: #ff9999;
  --color-coral-light: #ffc6c6;
  --color-coral-dark: #600000;
  --color-brand-rose: #ffd8f4;
  --color-brand-pink: #fde0f0;
  --color-rose-light: #fde0f0;
  --color-brand-teal: #0fbcb0;
  --color-teal-light: #c3faf5;
  --color-moss-dark: #187574;
  --color-brand-orange-light: #ffe6cd;
  --color-brand-red: #fbd4d4;
  --color-success-accent: #00b473;
  --color-border: #e0e2e8;
  --color-border-soft: #eef0f3;
  --color-border-strong: #c7cad5;
  --color-footer-bg: #1c1c1e;
  --color-link: #4262ff;
  --color-link-hover: #2a41b6;
  --color-semantic-success: #00b473;
  --color-semantic-warning: #fcb900;
  --color-semantic-error: #c41c1c;
  --color-semantic-info: #4262ff;

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

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

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

  /* fonts */
  --font-display: 'Roobert PRO', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Roobert PRO', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
