/**
 * Generated from Tana — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #141414;
  --surface-alt: #141414;
  --text: #f0eded;
  --text-dim: #f0eded;
  --text-faint: #555250;
  --brand: #e1f0bd;
  --on-brand: #000000;
  --border: #1f1f1f;
  --border-strong: #2a2a2a;
  --success: #a8d896;
  --warning: #e6c07a;
  --danger: #e89a8d;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-soft: #0a0a0a;
  --color-bg-deep: #050505;
  --color-surface: #141414;
  --color-surface-raised: #1a1a1a;
  --color-surface-overlay: #1f1f1f;
  --color-surface-inverted: #f0eded;
  --color-text: #f0eded;
  --color-text-strong: #ffffff;
  --color-text-muted: #a8a5a3;
  --color-text-soft: #7a7775;
  --color-text-faint: #555250;
  --color-text-on-brand: #000000;
  --color-text-on-inverted: #0a0a0a;
  --color-brand: #e1f0bd;
  --color-brand-hover: #cde0a3;
  --color-brand-active: #b8cc88;
  --color-brand-soft: #1f2516;
  --color-accent-italic: #d4caa8;
  --color-accent-italic-soft: #a8a08a;
  --color-link: #e1f0bd;
  --color-link-hover: #ffffff;
  --color-border: #1f1f1f;
  --color-border-soft: #161616;
  --color-border-strong: #2a2a2a;
  --color-border-inverted: #d8d5d3;
  --color-focus-ring: #e1f0bd;
  --color-selection-bg: #e1f0bd;
  --color-selection-text: #000000;
  --color-shadow: rgba(0,0,0,0.6);
  --color-success: #a8d896;
  --color-warning: #e6c07a;
  --color-danger: #e89a8d;
  --color-info: #9bb8d4;
  --color-on-brand: #000000;

  /* type */
  --display-size: 83px;
  --h1-size: 42px;
  --h2-size: 32px;
  --body-size: 17px;
  --label-size: 12px;
  --body-line-height: 1.55;
  --display-tracking: -0.005em;

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

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

  /* fonts */
  --font-display: 'tanaClassic', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'SF Pro', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
  --font-serif:   'tanaClassic', Georgia, serif;
}
