/**
 * Generated from Hume AI — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fff9f3;
  --surface: #f7ede1;
  --surface-alt: #f7ede1;
  --text: #222222;
  --text-dim: #222222;
  --text-faint: #a89e92;
  --brand: #222222;
  --on-brand: #fff9f3;
  --border: #e7dccd;
  --border-strong: #d9cdbb;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #fff9f3;
  --color-bg-soft: #fdf4ec;
  --color-surface: #f7ede1;
  --color-surface-strong: #efe2d2;
  --color-surface-hover: #f4e8da;
  --color-text: #222222;
  --color-text-strong: #000000;
  --color-text-medium: #3a3633;
  --color-text-muted: #5c554e;
  --color-text-soft: #7a7269;
  --color-text-faint: #a89e92;
  --color-on-brand: #fff9f3;
  --color-on-cta: #fff9f3;
  --color-brand: #222222;
  --color-brand-hover: #000000;
  --color-brand-soft: #3a3633;
  --color-accent: #e8d5c4;
  --color-accent-deep: #d9bfa6;
  --color-accent-faint: #f3e7da;
  --color-link: #222222;
  --color-link-hover: #000000;
  --color-selected-bg: #f3e7da;
  --color-disabled-bg: #f4e8da;
  --color-disabled-text: #a89e92;
  --color-border: #e7dccd;
  --color-border-strong: #d9cdbb;
  --color-border-soft: #f0e6d9;
  --color-border-focus: #222222;
  --color-success-bg: #e3efe0;
  --color-success-text: #3f6b3a;
  --color-warning-bg: #fbeecf;
  --color-warning-text: #8a6420;
  --color-danger-bg: #f7e0db;
  --color-danger-text: #a4362a;
  --color-info-bg: #e8e6e3;
  --color-info-text: #3a3633;
  --color-shadow-rgb: 34, 28, 22;
  --color-shadow-warm: 160, 120, 80;

  /* type */
  --display-size: 80px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 10px;
  --radius-card: 18px;
  --radius-pill: 9999px;

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

  /* fonts */
  --font-display: 'Fellix', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Fellix', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
