﻿:root {
  --bg: #000000;
  --white: #ffffff;
  --text: #f5f5f7;
  --muted: #86868b;
  --homeworld: #2e8add;
  --clarinet: #002552;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --glass-bg: rgba(255, 255, 255, 0.015);
  --glass-border: rgba(255, 255, 255, 0.08);
  --max: 1200px;
  --font: "Inter", "SFProWeb", sans-serif;
}
