/* ========================= */
/* DESIGN TOKENS */
/* ========================= */

:root {
  --color-bg: #000;
  --color-bg-alt: #111;
  --color-text: #fff;
  --color-text-muted: #aaa;
  --color-accent: #e50914;
  --color-accent-hover: #c40811;
  --font-main: Arial, sans-serif;
  --font-header: "Manrope", "Segoe UI", sans-serif;
  --space-1: 8px;
  --space-2: 20px;
}
