/**
 * Generated from Base44 — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f9f8f6;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1e1e24;
  --text-dim: #1e1e24;
  --text-faint: #1e1e24;
  --brand: #ff773c;
  --on-brand: #0f0f0f;
  --border: #d9d5ce;
  --border-strong: #d9d5ce;
  --success: #1f7a43;
  --warning: #f6a21a;
  --danger: #d94b36;

  /* full color palette */
  --color-bg: #f9f8f6;
  --color-bg-grid-dot: #d9d5ce;
  --color-surface: #ffffff;
  --color-surface-muted: #eeeceb;
  --color-surface-blue: #3950e6;
  --color-text: #1e1e24;
  --color-text-body: #0f0f0f;
  --color-text-muted: #6d6a67;
  --color-text-soft: #686868;
  --color-brand: #ff773c;
  --color-brand-hover: #ff6424;
  --color-brand-secondary: #3950e6;
  --color-cta-fill: #312f2f;
  --color-cta-text: #ffffff;
  --color-border: #d9d5ce;
  --color-border-subtle: rgba(217, 213, 206, 0.55);
  --color-focus: #ff773c;
  --color-success: #1f7a43;
  --color-warning: #f6a21a;
  --color-danger: #d94b36;
  --color-on-brand: #0f0f0f;

  /* type */
  --display-size: 92px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.03em;

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

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

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