/**
 * Generated from Liquid Death — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #000000;
  --surface-alt: #000000;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #ffffff;
  --on-brand: #000000;
  --border: #ffffff;
  --border-strong: #ffffff;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ff0000;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-page: #000000;
  --color-surface: #000000;
  --color-surface-raised: #0a0a0a;
  --color-surface-inverse: #ffffff;
  --color-brand: #ffffff;
  --color-brand-hover: #e5e5e5;
  --color-brand-active: #cccccc;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-muted: #9ca3af;
  --color-text-soft: #6b7280;
  --color-text-on-white: #000000;
  --color-text-on-brand: #000000;
  --color-link: #ffffff;
  --color-link-hover: #9ca3af;
  --color-border: #ffffff;
  --color-border-soft: #262626;
  --color-border-strong: #ffffff;
  --color-border-input: #ffffff;
  --color-outline-focus: #ffffff;
  --color-scrim: rgba(0,0,0,0.85);
  --color-shadow-card: transparent;
  --color-shadow-modal: transparent;
  --color-accent-electric: #007aff;
  --color-accent-blood: #ff0000;
  --color-success: #22c55e;
  --color-warning: #f59e0b;
  --color-danger: #ff0000;
  --color-info: #007aff;
  --color-cta-hell-yes-bg: #000000;
  --color-cta-hell-yes-text: #ffffff;
  --color-cta-contest-bg: #ffffff;
  --color-cta-contest-text: #000000;

  /* type */
  --display-size: 96px;
  --h1-size: 60px;
  --h2-size: 48px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.01em;

  /* 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: 'Acumin Pro', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Acumin Pro', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
