:root {
  --site-background: #080914;
  --site-background-rgb: 8, 9, 20;
  --site-surface: #0d1024;
  --site-blue: #426ce9;
  --site-violet: #a47cff;
  --site-text: #f5f7ff;
  --site-glow-blue: rgba(66, 108, 233, 0.08);
  --site-glow-violet: rgba(164, 124, 255, 0.06);
  color-scheme: dark;
}

html {
  background: var(--site-background);
}
