/**
 * Generated from Are.na — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fafafa;
  --surface: #f1f1f1;
  --surface-alt: #f1f1f1;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #bbbbbb;
  --brand: #ff6600;
  --on-brand: #ffffff;
  --border: #dddddd;
  --border-strong: #999999;
  --success: #2d6a4f;
  --warning: #7a5300;
  --danger: #8b1a1a;

  /* full color palette */
  --color-bg: #fafafa;
  --color-bg-alt: #ffffff;
  --color-bg-warm: #f6f5f3;
  --color-surface: #f1f1f1;
  --color-surface-hover: #e8e8e8;
  --color-surface-deep: #e0e0e0;
  --color-surface-block: #ffffff;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-display: #000000;
  --color-text-muted: #666666;
  --color-text-soft: #999999;
  --color-text-faint: #bbbbbb;
  --color-text-on-brand: #ffffff;
  --color-brand: #ff6600;
  --color-brand-hover: #e85a00;
  --color-brand-active: #cc4f00;
  --color-brand-soft: #fff1e6;
  --color-brand-faint: #fff8f1;
  --color-link: #ff6600;
  --color-link-visited: #cc4f00;
  --color-border: #dddddd;
  --color-border-soft: #eeeeee;
  --color-border-strong: #999999;
  --color-on-brand: #ffffff;
  --color-success: #2d6a4f;
  --color-success-bg: #e8f0eb;
  --color-warning: #7a5300;
  --color-warning-bg: #f5ebd6;
  --color-danger: #8b1a1a;
  --color-danger-bg: #f3e0e0;
  --color-info: #666666;
  --color-info-bg: #f1f1f1;

  /* type */
  --display-size: 40px;
  --h1-size: 32px;
  --h2-size: 24px;
  --body-size: 14px;
  --label-size: 12px;
  --body-line-height: 1.45;
  --display-tracking: -0.005em;

  /* shape */
  --radius-button: 0px;
  --radius-card: 0px;
  --radius-pill: 0px;

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

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