:root {
  --font-haam-sans: "Sora", "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-haam-elegant: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-haam-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

html,
body,
.font-sans {
  font-family: var(--font-haam-sans) !important;
}

.font-elegant,
.font-elegant-variable {
  font-family: var(--font-haam-elegant) !important;
}

.font-mono {
  font-family: var(--font-haam-mono) !important;
}

button,
input,
select,
textarea {
  font: inherit;
}
