:root {
  --ink: #0B0E14;
  --ink-2: #161A22;
  --ink-3: #1E2430;
  --gold: #C9A227;
  --gold-hi: #E8D48B;
  --crimson: #7A1F1F;
  --text: #F2EBD9;
  --muted: #A89F8C;
  --line: rgba(201, 162, 39, 0.28);
  --font-display: "Cinzel", "Times New Roman", serif;
  --font-ui: "Be Vietnam Pro", "Segoe UI", sans-serif;
  --radius: 2px;
  --header-h: 72px;
  --max: 1120px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}
