/**
 * Generated from Lovable — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f8f9fc;
  --surface-alt: #f8f9fc;
  --text: #1a1a23;
  --text-dim: #1a1a23;
  --text-faint: #c1c4d0;
  --brand: #ff66c4;
  --on-brand: #ffffff;
  --border: #0000000f;
  --border-strong: #0000001a;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafafb;
  --color-bg-elev: #f8f9fc;
  --color-surface: #f4f5f8;
  --color-surface-2: #ebedf2;
  --color-surface-3: #dfe2ea;
  --color-surface-tint-pink: #fff0f8;
  --color-surface-tint-violet: #f4eeff;
  --color-text: #1a1a23;
  --color-text-strong: #0a0a14;
  --color-text-muted: #6b6e7d;
  --color-text-soft: #9498a8;
  --color-text-faint: #c1c4d0;
  --color-text-on-brand: #ffffff;
  --color-brand: #ff66c4;
  --color-brand-mid: #c068dd;
  --color-brand-end: #9b6bff;
  --color-brand-solid: #a665ff;
  --color-brand-hover: #8f54f0;
  --color-brand-active: #7d44e0;
  --color-accent-cream: #fff1e6;
  --color-accent-cream-deep: #ffd9bf;
  --color-accent-mint: #bdf3d8;
  --color-accent-mint-deep: #7ed4a8;
  --color-accent-sky: #cfe9ff;
  --color-accent-yellow: #fff5b8;
  --color-border: #0000000f;
  --color-border-strong: #0000001a;
  --color-border-subtle: #00000008;
  --color-border-brand: #ff66c4;
  --color-border-focus: #9b6bff;
  --color-success: #22c55e;
  --color-success-bg: #dcfce7;
  --color-warning: #f59e0b;
  --color-warning-bg: #fef3c7;
  --color-danger: #ef4444;
  --color-danger-bg: #fee2e2;
  --color-info: #9b6bff;
  --color-info-bg: #f4eeff;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 88px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 17px;
  --label-size: 14px;
  --body-line-height: 1.55;
  --display-tracking: -0.035em;

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

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

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