/**
 * Generated from Ghost — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fff8ed;
  --surface: #f4f3ef;
  --surface-alt: #f4f3ef;
  --text: #15171a;
  --text-dim: #15171a;
  --text-faint: #a4a8af;
  --brand: #30cf43;
  --on-brand: #ffffff;
  --border: #e5e1d6;
  --border-strong: #d6d0bf;
  --success: #30cf43;
  --warning: #f59e0b;
  --danger: #e63946;

  /* full color palette */
  --color-bg: #fff8ed;
  --color-bg-alt: #ffffff;
  --color-bg-cream-deep: #fef0d9;
  --color-surface: #f4f3ef;
  --color-surface-2: #ebe9e0;
  --color-surface-3: #e0ddd1;
  --color-surface-soft: #faf8f3;
  --color-surface-warm: #fff5e1;
  --color-text: #15171a;
  --color-text-strong: #0b0c0e;
  --color-text-muted: #54595f;
  --color-text-soft: #7c8087;
  --color-text-faint: #a4a8af;
  --color-text-on-brand: #ffffff;
  --color-text-on-dark: #fff8ed;
  --color-brand: #30cf43;
  --color-brand-hover: #26b337;
  --color-brand-active: #1f9b2f;
  --color-brand-soft: #e5fae8;
  --color-accent: #ff1a75;
  --color-accent-soft: #ffe7f0;
  --color-accent-deep: #cc1561;
  --color-accent-blue: #3b73ff;
  --color-accent-blue-soft: #e3ecff;
  --color-border: #e5e1d6;
  --color-border-strong: #d6d0bf;
  --color-border-soft: #f0ece1;
  --color-border-focus: #30cf43;
  --color-bg-dark: #15171a;
  --color-surface-dark: #1d1f23;
  --color-success: #30cf43;
  --color-success-bg: #e5fae8;
  --color-warning: #f59e0b;
  --color-warning-bg: #fef3c7;
  --color-danger: #e63946;
  --color-danger-bg: #fde2e4;
  --color-info: #3b73ff;
  --color-info-bg: #e3ecff;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 80px;
  --h1-size: 44px;
  --h2-size: 36px;
  --body-size: 17px;
  --label-size: 14px;
  --body-line-height: 1.55;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 6px;
  --radius-card: 24px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
  --font-serif:   'Tiempos Headline', Georgia, serif;
}
