/**
 * Generated from Postmark — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #fff8d4;
  --surface-alt: #fff8d4;
  --text: #1c1d1f;
  --text-dim: #1c1d1f;
  --text-faint: #b3b6bc;
  --brand: #ffde00;
  --on-brand: #1c1d1f;
  --border: #e5e5e2;
  --border-strong: #cdcdc8;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafaf7;
  --color-bg-cream: #fdfaf0;
  --color-surface: #fff8d4;
  --color-surface-neutral: #f5f5f2;
  --color-surface-2: #f0f0ed;
  --color-bg-dark: #1c1d1f;
  --color-bg-dark-2: #26272a;
  --color-text: #1c1d1f;
  --color-text-strong: #000000;
  --color-text-muted: #5c5e63;
  --color-text-soft: #8a8d93;
  --color-text-faint: #b3b6bc;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-soft: #c9ccd1;
  --color-brand: #ffde00;
  --color-brand-hover: #f0d000;
  --color-brand-active: #e6c500;
  --color-brand-soft: #fff8d4;
  --color-brand-deep: #b39600;
  --color-link: #1c4eb8;
  --color-link-hover: #1a3f99;
  --color-on-brand: #1c1d1f;
  --color-accent-blue: #1c4eb8;
  --color-accent-blue-soft: #e6edff;
  --color-accent-green: #22c55e;
  --color-accent-green-soft: #dcfce7;
  --color-accent-red: #dc2626;
  --color-accent-red-soft: #fee2e2;
  --color-accent-amber: #f59e0b;
  --color-border: #e5e5e2;
  --color-border-soft: #f0f0ed;
  --color-border-strong: #cdcdc8;
  --color-border-dark: #3a3b3e;
  --color-shadow-soft: rgba(28,29,31,0.06);
  --color-shadow-medium: rgba(28,29,31,0.10);
  --color-shadow-strong: rgba(28,29,31,0.18);
  --color-semantic-success: #22c55e;
  --color-semantic-warning: #f59e0b;
  --color-semantic-danger: #dc2626;
  --color-semantic-info: #1c4eb8;

  /* type */
  --display-size: 72px;
  --h1-size: 48px;
  --h2-size: 40px;
  --body-size: 17px;
  --label-size: 12px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

  /* 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: '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;
}
