/**
 * Generated from Minecraft — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #171615;
  --surface: #3d3938;
  --surface-alt: #3d3938;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #3c8527;
  --on-brand: #ffffff;
  --border: #56514f;
  --border-strong: #56514f;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #171615;
  --color-bg-header: #262423;
  --color-surface: #3d3938;
  --color-surface-deep: #111111;
  --color-text: #ffffff;
  --color-text-muted: #c8c5c3;
  --color-text-dark: #262423;
  --color-brand: #3c8527;
  --color-brand-bright: #6cc349;
  --color-accent: #ffc42b;
  --color-accent-orange: #ffa41f;
  --color-border: #56514f;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 72px;
  --h1-size: 44px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

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

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