@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,500&family=Inter:wght@400;500;600&display=swap");

:root {
  --parchment: #f1ece3;
  --parchment-deep: #e5dccd;
  --espresso: #261a17;
  --oxblood: #741c27;
  --oxblood-deep: #541219;
  --olive: #47472d;
  --olive-deep: #30301f;
  --gold: #a98b52;
  --stone: #bfb2a1;
  --white: #fffdf8;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", Arial, sans-serif;
  --font-label: "Cinzel", Georgia, serif;
  --page: min(1180px, calc(100vw - 48px));
  --section: clamp(5rem, 10vw, 9rem);
  --ease: cubic-bezier(.22, 1, .36, 1);
}
