/**
 * Generated from Height — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fdfcf9;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0e0e10;
  --text-dim: #0e0e10;
  --text-faint: #9a9aa3;
  --brand: #7551dc;
  --on-brand: #ffffff;
  --border: #e6e3da;
  --border-strong: #cfcbbf;
  --success: #2c8a52;
  --warning: #c69022;
  --danger: #cb3946;

  /* full color palette */
  --color-bg: #fdfcf9;
  --color-bg-soft: #f7f6f1;
  --color-bg-elev: #ffffff;
  --color-bg-strong: #ebe9e1;
  --color-bg-dark: #0e0e10;
  --color-bg-dark-elev: #17171a;
  --color-surface: #f7f6f1;
  --color-text: #0e0e10;
  --color-text-body: #272730;
  --color-text-muted: #5a5a66;
  --color-text-faint: #9a9aa3;
  --color-brand: #7551dc;
  --color-brand-hover: #6745c8;
  --color-brand-active: #5a3bb2;
  --color-brand-soft: #ede7fb;
  --color-on-brand: #ffffff;
  --color-on-dark: #fbfbf7;
  --color-link: #3344c8;
  --color-link-hover: #2229a8;
  --color-pastel-lavender: #ede7fb;
  --color-pastel-peach: #fbe6d3;
  --color-pastel-mint: #d9efe1;
  --color-pastel-butter: #faf0c8;
  --color-pastel-blush: #f7d8da;
  --color-pastel-sky: #dbe8f8;
  --color-border: #e6e3da;
  --color-border-strong: #cfcbbf;
  --color-border-soft: #efece4;
  --color-shadow-tint: rgba(20, 18, 30, 0.08);
  --color-shadow-deep: rgba(20, 18, 30, 0.16);
  --color-info: #3344c8;
  --color-success: #2c8a52;
  --color-success-soft: #d9efe1;
  --color-warning: #c69022;
  --color-warning-soft: #faf0c8;
  --color-danger: #cb3946;
  --color-danger-soft: #f7d8da;
  --color-selection: rgba(117, 81, 220, 0.18);
  --color-ring: rgba(117, 81, 220, 0.45);

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

  /* shape */
  --radius-button: 10px;
  --radius-card: 14px;
  --radius-pill: 9999px;

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

  /* fonts */
  --font-display: 'Inter Display', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Berkeley Mono', ui-monospace, monospace;
}
