/**
 * Generated from Kagi — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fffbf5;
  --surface: #fbf2e2;
  --surface-alt: #fbf2e2;
  --text: #2b2417;
  --text-dim: #2b2417;
  --text-faint: #a99a7d;
  --brand: #ffb87a;
  --on-brand: #1c170d;
  --border: rgba(0, 0, 0, 0.10);
  --border-strong: rgba(0, 0, 0, 0.18);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #fffbf5;
  --color-bg-soft: #fff6e8;
  --color-surface: #fbf2e2;
  --color-surface-strong: #f4e8ce;
  --color-surface-hover: #fff0d8;
  --color-surface-elevated: #fffefa;
  --color-text: #2b2417;
  --color-text-strong: #1c170d;
  --color-text-medium: #3a3120;
  --color-text-muted: #6b5d47;
  --color-text-soft: #8a7a5e;
  --color-text-faint: #a99a7d;
  --color-on-brand: #1c170d;
  --color-on-cta: #1c170d;
  --color-brand: #ffb87a;
  --color-brand-hover: #f3a45f;
  --color-brand-active: #e89348;
  --color-brand-deep: #c97a3b;
  --color-brand-soft: #ffe5c8;
  --color-brand-faint: #fff4e3;
  --color-brand-glow: rgba(255, 184, 122, 0.32);
  --color-accent: #7d6ce0;
  --color-accent-hover: #6b5acc;
  --color-accent-soft: #e8e3ff;
  --color-link: #c97a3b;
  --color-link-hover: #a55d24;
  --color-selected-bg: #fbf2e2;
  --color-disabled-bg: #f4e8ce;
  --color-disabled-text: #a99a7d;
  --color-border: rgba(0, 0, 0, 0.10);
  --color-border-strong: rgba(0, 0, 0, 0.18);
  --color-border-soft: rgba(0, 0, 0, 0.08);
  --color-border-warm: rgba(201, 122, 59, 0.20);
  --color-border-focus: #c97a3b;
  --color-success-bg: #e0ebd0;
  --color-success-text: #3d5a47;
  --color-warning-bg: #fde8c7;
  --color-warning-text: #7a5e1f;
  --color-danger-bg: #f7d8d2;
  --color-danger-text: #8a3a3a;
  --color-info-bg: #e8e3ff;
  --color-info-text: #3a3a6a;
  --color-shadow-rgb: 43, 36, 23;
  --color-shadow-warm: 201, 122, 59;

  /* type */
  --display-size: 80px;
  --h1-size: 56px;
  --h2-size: 40px;
  --body-size: 17px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.025em;

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

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 6px;
  --space-lg: 16px;
  --space-xl: 24px;

  /* fonts */
  --font-display: 'IBM Plex Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'IBM Plex Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'IBM Plex Mono', ui-monospace, monospace;
  --font-serif:   'IBM Plex Serif', Georgia, serif;
}
