@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/inter-v18-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/inter-v18-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("../../fonts/inter-v18-latin-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/inter-v18-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/inter-v18-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../../fonts/inter-v18-latin-800.woff2") format("woff2");
}
:root {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-copy);
  line-height: 1.6;
  color: var(--dark-color);
  text-size-adjust: none;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
}

p {
  margin: 1.2em 0;
}

a.button, button.button {
  display: inline-block;
  background-color: var(--button-color);
  color: var(--button-text-color);
  padding: 0.5em 0.9em;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 600;
  margin: 0.5em;
  box-shadow: 0 12px 28px -10px rgba(138, 101, 53, 0.55);
  transition: background-color 0.2s ease, transform 0.2s ease;
  font-size: var(--font-size-copy);
}
a.button:first-child, button.button:first-child {
  margin-left: 0;
}
a.button:hover, button.button:hover {
  background-color: var(--button-hover-color);
  transform: translateY(-2px);
}

.rte :where(a), .text-box :where(a) {
  color: var(--dark-color);
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  font-weight: 700;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.2em;
}
.rte :where(h1), .text-box :where(h1) {
  font-size: var(--font-size-xxl);
  margin: 1em -0.05em 0.6em;
  font-weight: 800;
  line-height: 1.2;
}
.rte :where(h2), .text-box :where(h2) {
  font-size: var(--font-size-xl);
  margin: 1em -0.05em 0.6em;
  font-weight: 800;
  line-height: 1.2;
}
.rte :where(h3), .text-box :where(h3) {
  font-size: var(--font-size-lg);
  margin: 1.2em -0.05em 0.8em;
  font-weight: 800;
  line-height: 1.3;
}
.rte :where(h4), .text-box :where(h4) {
  font-size: var(--font-size-md);
  margin: 1.4em -0.05em 1em;
  font-weight: 800;
  line-height: 1.4;
}

/*# sourceMappingURL=typography.css.map */
