/**
 * Generated from Obsidian — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0f0f0f;
  --surface: #161616;
  --surface-alt: #161616;
  --text: #eeeeee;
  --text-dim: #eeeeee;
  --text-faint: #737373;
  --brand: #7c3aed;
  --on-brand: #ffffff;
  --border: #2a2a2a;
  --border-strong: #3a3a3a;
  --success: #4ade80;
  --warning: #fbbf24;
  --danger: #f87171;

  /* full color palette */
  --color-bg: #0f0f0f;
  --color-bg-deep: #0a0a0a;
  --color-surface: #161616;
  --color-surface-elev: #1f1f1f;
  --color-surface-hover: #262626;
  --color-text: #eeeeee;
  --color-text-strong: #ffffff;
  --color-text-secondary: #b0b0b0;
  --color-text-muted: #a3a3a3;
  --color-text-faint: #737373;
  --color-brand: #7c3aed;
  --color-brand-hover: #6d28d9;
  --color-brand-active: #5b21b6;
  --color-brand-text: #a78bfa;
  --color-brand-text-hover: #c4b5fd;
  --color-brand-soft: #2a1a4a;
  --color-on-brand: #ffffff;
  --color-border: #2a2a2a;
  --color-border-soft: #1f1f1f;
  --color-border-strong: #3a3a3a;
  --color-border-brand: #7c3aed;
  --color-shadow-ambient: rgba(0,0,0,0.40);
  --color-shadow-card: rgba(0,0,0,0.50);
  --color-shadow-modal: rgba(0,0,0,0.70);
  --color-scrim: rgba(0,0,0,0.65);
  --color-success: #4ade80;
  --color-success-soft: #14321f;
  --color-warning: #fbbf24;
  --color-warning-soft: #33270a;
  --color-danger: #f87171;
  --color-danger-soft: #3a1717;
  --color-info: #a78bfa;

  /* type */
  --display-size: 60px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

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

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

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