/**
 * Generated from Figma — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #999999;
  --brand: #000000;
  --on-brand: #ffffff;
  --border: #e6e6e6;
  --border-strong: #cccccc;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f7f7f5;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f7f5;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-soft: #1e1e1e;
  --color-text-muted: #666666;
  --color-text-faint: #999999;
  --color-brand: #000000;
  --color-brand-pressed: #1e1e1e;
  --color-on-brand: #ffffff;
  --color-inverse-bg: #000000;
  --color-inverse-text: #ffffff;
  --color-link: #000000;
  --color-link-hover: #1e1e1e;
  --color-border: #e6e6e6;
  --color-border-soft: #f1f1f1;
  --color-border-strong: #cccccc;
  --color-block-lime: #dceeb1;
  --color-block-lilac: #c5b0f4;
  --color-block-cream: #f4ecd6;
  --color-block-pink: #efd4d4;
  --color-block-mint: #c8e6cd;
  --color-block-coral: #f3c9b6;
  --color-block-navy: #1f1d3d;
  --color-accent-magenta: #ff3d8b;
  --color-accent-blue: #0d99ff;
  --color-accent-green: #0fa958;
  --color-accent-red: #f24822;
  --color-accent-purple: #9747ff;
  --color-accent-yellow: #ffcd29;
  --color-semantic-success: #1ea64a;
  --color-semantic-warning: #ff9800;
  --color-semantic-error: #f24822;
  --color-overlay-scrim: rgba(0, 0, 0, 0.6);

  /* type */
  --display-size: 86px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 18px;
  --label-size: 18px;
  --body-line-height: 1.45;
  --display-tracking: -0.02em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 48px;
  --radius-pill: 50px;

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

  /* fonts */
  --font-display: 'figmaSans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'figmaSans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'figmaMono', ui-monospace, monospace;
}
