/**
 * Generated from Lemonade — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #4a4a4a;
  --text-dim: #4a4a4a;
  --text-faint: #4a4a4a;
  --brand: #ff0083;
  --on-brand: #ffffff;
  --border: #b7b7b7;
  --border-strong: #b7b7b7;
  --success: #2f9d68;
  --warning: #d99226;
  --danger: #d93b65;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f7f7f7;
  --color-surface: #ffffff;
  --color-surface-muted: #f7f7f7;
  --color-text: #4a4a4a;
  --color-text-strong: #000000;
  --color-text-soft: #7b7b7b;
  --color-text-muted: #9b9b9b;
  --color-brand: #ff0083;
  --color-brand-hover: #e00074;
  --color-brand-soft: #ffe3f1;
  --color-illustration: #4a4a4a;
  --color-illustration-soft: #b7b7b7;
  --color-border: #b7b7b7;
  --color-border-soft: rgba(183, 183, 183, 0.50);
  --color-shadow-pink: rgba(255, 0, 131, 0.22);
  --color-success: #2f9d68;
  --color-warning: #d99226;
  --color-danger: #d93b65;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 44px;
  --h1-size: 36px;
  --h2-size: 30px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: 0;

  /* 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: 'Merriweather', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Lato', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
