:root {
  --ink: #3a3a3a;
  --ink-muted: #595959;
  --ink-light: #757575;
  --paper: #efefef;
  --surface: #ffffff;
  --link: #1e73be;
  --link-hover: #000000;

  --nav-bg: #222222;
  --nav-bg-hover: #3f3f3f;
  --nav-text: #ffffff;

  --wwe-red: #eb1825;
  --aew-purple: #3b30fe;
  --nxt-gold: #ffc71c;
  --brand-green: #00572f;
  --hero-muted: #b7b7b7;
  --hero-highlight: #eae359;

  --footer-overlay: rgba(0, 0, 0, 0.55);

  --font-body: "Open Sans", system-ui, sans-serif;
  --font-display: "Audiowide", "Open Sans", sans-serif;

  --max: 1100px;
  --tile-min-h: 300px;
  --radius-pill: 60px;
  --radius-btn: 40px;

  --shadow-text: 4px -2px 2px rgba(255, 255, 255, 0.76);
}