:root {
  --accent: #2f8bff;
  --fg: #e9f1ff;

  --bg1: #10264f;
  --bg2: #0b1d3d;
  --bg3: #08162f;
  --bg4: #051022;
  --bg5: #030a18;

  --font-main: system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-size: 18px;
  --font-weight: 400;
  --font-style: normal;
}