:root {
  --color-bg: #080706;
  --color-text: #ffffff;
  --color-text-muted: rgba(255, 255, 255, 0.5);
  --color-accent: #fde9cc;
  --color-aurora-amber: #c98a4b;
  --color-aurora-plum: #6b3f52;
  --color-border: rgba(255, 255, 255, 0.12);

  --font-heading: 'Etna Sans Serif', 'Baloo 2', sans-serif;

  --radius-pill: 999px;

  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}
