/**
 * Generated from PostHog — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #eeefe9;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #23251d;
  --text-dim: #23251d;
  --text-faint: #a8aaa1;
  --brand: #cd8407;
  --on-brand: #23251d;
  --border: rgba(35,37,29,0.12);
  --border-strong: rgba(35,37,29,0.24);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #eeefe9;
  --color-bg-deep: #e6e7df;
  --color-bg-cooler: #f5f6ef;
  --color-surface: #ffffff;
  --color-surface-warm: #faf9f3;
  --color-surface-alt: #d2d3cc;
  --color-surface-dark: #1d1f17;
  --color-text: #23251d;
  --color-text-muted: #4d4f46;
  --color-text-soft: #6e7065;
  --color-text-faint: #a8aaa1;
  --color-text-on-dark: #eeefe9;
  --color-text-on-brand: #23251d;
  --color-brand: #cd8407;
  --color-brand-hover: #eb9d2a;
  --color-brand-active: #a36a05;
  --color-brand-deep: #7d5104;
  --color-brand-warm: #f35454;
  --color-brand-warm-hover: #ff7575;
  --color-brand-warm-deep: #c43838;
  --color-brand-blue: #1d4aff;
  --color-brand-blue-hover: #2754ff;
  --color-brand-blue-deep: #0d2ec4;
  --color-accent-mint: #76eaa3;
  --color-accent-purple: #9d4cf2;
  --color-border: rgba(35,37,29,0.12);
  --color-border-soft: rgba(35,37,29,0.06);
  --color-border-strong: rgba(35,37,29,0.24);
  --color-border-dark: rgba(255,255,255,0.10);
  --color-shadow-card: rgba(35,37,29,0.06);
  --color-shadow-elev: rgba(35,37,29,0.10);
  --color-on-brand: #23251d;
  --color-semantic-success: #76eaa3;
  --color-semantic-warning: #cd8407;
  --color-semantic-danger: #f35454;
  --color-semantic-info: #1d4aff;

  /* type */
  --display-size: 88px;
  --h1-size: 60px;
  --h2-size: 44px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.03em;

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

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

  /* fonts */
  --font-display: 'IBM Plex Sans Variable', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'IBM Plex Sans Variable', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Source Code Pro', ui-monospace, monospace;
}
