@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root{
  --bg:#030507;
  --bg-2:#070b0f;
  --panel:#091014;
  --panel-soft:rgba(9,16,20,.78);
  --line:rgba(255,255,255,.12);
  --line-soft:rgba(255,255,255,.075);
  --gold:#e3ad54;
  --gold-2:#f4c66f;
  --gold-3:#b7792f;
  --orange:#ff7a00;
  --purple:#a968ff;
  --blue:#40b8ff;
  --yellow:#f0bd13;
  --green:#35e85e;
  --grey:#a8afb7;
  --text:#f7f3ea;
  --muted:#c4c7cb;
  --muted-2:#8f969d;
  --shadow:0 28px 90px rgba(0,0,0,.55);
  --max:1400px;
}
