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

  /* full color palette */
  --color-bg: #f4f4f0;
  --color-surface: #ffffff;
  --color-surface-pink: #ff90e8;
  --color-surface-cream-deep: #efefe8;
  --color-text: #000000;
  --color-text-muted: #555555;
  --color-text-subtle: #767676;
  --color-text-on-pink: #000000;
  --color-text-on-black: #ffffff;
  --color-brand: #ff90e8;
  --color-brand-deep: #ff62db;
  --color-brand-soft: #ffe1f8;
  --color-accent-yellow: #ffc900;
  --color-accent-blue: #90a8ed;
  --color-accent-green: #23a094;
  --color-link: #000000;
  --color-link-hover: #ff62db;
  --color-border: #000000;
  --color-border-thick: #000000;
  --color-shadow-hard: #000000;
  --color-divider: #dcdcd4;
  --color-semantic-success: #23a094;
  --color-semantic-warning: #ffc900;
  --color-semantic-danger: #dc341e;
  --color-semantic-info: #90a8ed;

  /* type */
  --display-size: 96px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --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: 'ABC Favorit', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'ABC Favorit', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
