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

body {
  font-family: var(--font-body);
  color: var(--color-charcoal);
  background: var(--color-off-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  color: var(--color-slate);
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.75rem, 7vw, 5.75rem);
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4rem);
}
