:root {
  --font-display: 'cormorant-garamond', Georgia, 'Times New Roman', serif;
  --font-body: 'montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-script: 'altesse-std-24pt', 'Brush Script MT', cursive;

  --color-bg-dark: #000000;
  --color-bg-dark-alt: #050505;
  --color-bg-cream: #fffef8;
  --color-bg-maroon: #4a0404;
  --color-text-light: #ffffff;
  --color-text-light-soft: #f7f7f7;
  --color-text-dark: #111111;
  --color-text-muted: rgba(255, 255, 255, 0.75);
  --color-text-muted-dark: rgba(17, 17, 17, 0.7);
  --color-text-muted-heading: #393939;
  --color-text-near-black: #0b0b0b;
  --color-accent: #e1b924;

  --page-width: 1920px;
}
