:root {
  --bg: #0d0f0e;
  --ink: #f7f4ed;
  --muted: #b8b1a6;
  --card: #171a18;
  --line: rgba(247, 244, 237, 0.13);
  --cream: #f3eadc;
  --green: #173d32;
  --gold: #c99559;
  --danger: #e06a4f;
  --shadow: 0 30px 90px rgba(0, 0, 0, .38);

  --font-main: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: min(1180px, 92%);
}
