:root {
  --font-body: "Inter", Arial, sans-serif;
  --font-display: "Manrope", "Inter", Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
}
