:root {
  --color-background: #081229;
  --color-text: #b8c8ee;
  --color-text-hover: #e7efff;
  --color-menu-surface: #101120;
  --color-menu-border: rgb(184 200 238 / 24%);
  --color-glow: rgb(139 174 255 / 48%);
  --color-shadow: rgb(0 0 0 / 20%);
  --color-highlight: #e9ca7f;
  --color-highlight-hover: #ffe1a0;
  --color-card-mist: rgb(8 18 41 / 82%);
  --color-modal-overlay: rgb(8 18 41 / 4%);
  --color-github-start: #e85d5d;
  --color-github-end: #7a1f2b;
  --color-spigot-start: #f6d365;
  --color-spigot-end: #f2994a;
  --color-labs-start: #43c994;
  --color-labs-end: #197767;
  --color-github-hover-start: #ff7777;
  --color-github-hover-end: #5b1020;
  --color-spigot-hover-start: #ffe680;
  --color-spigot-hover-end: #e66a22;
  --color-labs-hover-start: #46f6aa;
  --color-labs-hover-end: #095b5e;
  --color-highlight-glow: rgb(233 202 127 / 45%);
  --color-notification-start: #55e59b;
  --color-notification-end: #159968;
  --color-notification-text: #061b14;
  --color-notification-border: rgb(255 255 255 / 28%);
  --color-notification-shadow: rgb(21 153 104 / 34%);
  --color-status-active: #5fe3a0;
  --color-status-pre-release: #82b9ff;
  --color-status-not-released: #c59aff;
  --color-status-finished: #f0cd76;
  --color-status-prototype: #d09aff;
  --color-status-private: #f09aa9;
  --color-status-surface: rgb(8 18 41 / 86%);
  --font-body: "Oswald", sans-serif;
  --font-menu: "Oswald", sans-serif;
}
