:root {
  --aae-burgundy: oklch(0.46 0.184 19);
  --aae-burgundy-foreground: oklch(0.98 0.008 85);
  --aae-burgundy-deep: oklch(0.37 0.17 20);
  --aae-navy: oklch(0.323 0.06 250);
  --aae-navy-foreground: oklch(0.97 0.008 85);
  --aae-gold: oklch(0.755 0.106 82);
  --aae-ivory: oklch(0.976 0.012 84);
  --aae-stone: oklch(0.936 0.005 84);
  --aae-background: oklch(0.976 0.012 84);
  --aae-foreground: oklch(0.245 0 0);
  --aae-border: oklch(0.888 0.008 80);
  --aae-font-display: "Playfair Display", Georgia, serif;
  --aae-font-sans: "Source Sans 3", system-ui, sans-serif;
  --aae-radius-sm: 0.25rem;
  --aae-container-xl: 80rem;
  --aae-transition-fast: 180ms ease;
}

body {
  margin: 0;
  background: var(--aae-background);
  color: var(--aae-foreground);
  font-family: var(--aae-font-sans);
  line-height: 1.5;
}

.aae-container {
  width: min(100% - 2rem, var(--aae-container-xl));
  margin-inline: auto;
}

.aae-site-main__inner {
  width: 100%;
}
