/**
 * Generated from Storybook — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f8f9fa;
  --surface-alt: #f8f9fa;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #9aa5ad;
  --brand: #ff4785;
  --on-brand: #ffffff;
  --border: #e5e7eb;
  --border-strong: #cdd2d6;
  --success: #66bf3c;
  --warning: #e69d00;
  --danger: #ff4400;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-elev: #f8f9fa;
  --color-bg-deeper: #f1f3f5;
  --color-surface: #ffffff;
  --color-surface-ink: #0d1026;
  --color-text: #000000;
  --color-text-secondary: #454545;
  --color-text-tertiary: #73828c;
  --color-text-faint: #9aa5ad;
  --color-text-on-ink: #ffffff;
  --color-text-on-ink-soft: #b0b8c0;
  --color-brand: #ff4785;
  --color-brand-hover: #e63a73;
  --color-brand-deep: #cc3066;
  --color-brand-soft: rgba(255, 71, 133, 0.10);
  --color-brand-tint: rgba(255, 71, 133, 0.06);
  --color-link: #ff4785;
  --color-link-hover: #e63a73;
  --color-on-brand: #ffffff;
  --color-cta-bg: #ffffff;
  --color-cta-text: #000000;
  --color-cta-bg-brand: #ff4785;
  --color-cta-text-brand: #ffffff;
  --color-border: #e5e7eb;
  --color-border-soft: #f1f3f5;
  --color-border-strong: #cdd2d6;
  --color-focus: #ff4785;
  --color-success: #66bf3c;
  --color-success-soft: rgba(102, 191, 60, 0.10);
  --color-warning: #e69d00;
  --color-warning-soft: rgba(230, 157, 0, 0.10);
  --color-danger: #ff4400;
  --color-danger-soft: rgba(255, 68, 0, 0.10);
  --color-info: #1ea7fd;
  --color-info-soft: rgba(30, 167, 253, 0.10);

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.02em;

  /* 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: 'Nunito Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Nunito Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Operator Mono', ui-monospace, monospace;
}
