@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 200; font-display: swap;
  src: url("../assets/fonts/inter-extra-light.ttf") format("truetype");
}
@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../assets/fonts/inter-medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../assets/fonts/noto-serif-regular.ttf") format("truetype");
}
:root {
  --wine: #4d0103;
  --butter: #fffabc;
  --gray: #b0b0b0;
  --cream: #e9e9e1;
  --dark-gray: #595959;
  /* Latest prototype brief chooses the palette's off-white as the main surface. */
  --surface: var(--cream);
  --ink: var(--wine);
  --font-heading: "Noto Serif", Georgia, serif;
  --font-body: "Inter", Arial, sans-serif;
  --gutter: clamp(1.25rem, 3.2vw, 5rem);
  --space-section: clamp(3rem, 9vw, 10rem);
  --motion-quick: 180ms;
  --motion-reveal: 450ms;
  --ease: cubic-bezier(.22,1,.36,1);
}
