:root {
  --bg: #080807;
  --bg-2: #0d0d0c;
  --surface: #131311;
  --surface-2: #191815;
  --bg-card: #131311;
  --line: rgba(214, 196, 156, 0.09);
  --line-2: rgba(214, 196, 156, 0.18);
  --line-strong: rgba(201, 162, 74, 0.42);
  --gold: #b9964e;
  --gold-bright: #d0ad61;
  --gold-soft: rgba(185, 150, 78, 0.14);
  --red: #641f1b;
  --red-soft: rgba(100, 31, 27, 0.2);
  --text: #f2eee6;
  --text-2: #b3ada2;
  --text-3: #77737c;
  --ok: #47b86e;

  --font-brand: "Cinzel", "Times New Roman", serif;
  --font-ui: "Outfit", system-ui, sans-serif;

  --max: 1220px;
  --header-h: 3.65rem;
  --radius: 4px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}
