@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-VariableFont_wght.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-VariableFont_wght.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

:root {
  --inhi-espresso: #211a17;
  --inhi-ivory: #f2ebe3;
  --inhi-copper: #c99a78;
  --inhi-taupe: #8d776a;
  --inhi-white: #fffaf5;
  --inhi-text: #2a201c;
  --inhi-muted: #74665d;
  --inhi-border: #d7c7ba;
  --inhi-radius-sm: 8px;
  --inhi-radius-md: 16px;
  --inhi-radius-pill: 999px;
  --inhi-shadow: 0 18px 48px rgba(33, 26, 23, 0.14);
  --inhi-heading: "Cormorant Garamond", Georgia, serif;
  --inhi-body: "Manrope", Arial, sans-serif;
  --inhi-container: 1200px;
}
