:root {
  /* Colors */
  --color-navy-deep: #12172b;
  --color-navy: #1b2140;
  --color-navy-soft: #262d54;
  --color-cream: #f7f3ea;
  --color-cream-soft: #efe8d8;
  --color-terracotta: #c9793d;
  --color-terracotta-dark: #a8602c;
  --color-gold: #c9a24b;
  --color-gold-soft: #e0c384;
  --color-text-on-dark: #f7f3ea;
  --color-text-on-light: #1b2140;
  --color-text-muted-dark: #b9bdd4;
  --color-text-muted-light: #5a5f7a;

  /* Type */
  --font-heading: "Fraunces", "Iowan Old Style", "Palatino Linotype", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.75rem;
  --space-lg: 3rem;
  --space-xl: 5rem;
  --space-2xl: 8rem;

  /* Layout */
  --container-width: 1120px;
  --radius: 10px;
  --radius-lg: 18px;
}
