/*
 * Global typography overrides for the THT theme.
 * Keeps decorative/icon fonts intact while forcing the site text stack.
 */

:root {
  --tht-font-family: 'Fredoka', 'Segoe UI', sans-serif;
}

body,
body *:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fat):not(.fad):not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.fa-classic):not(.fa-duotone) {
  font-family: var(--tht-font-family) !important;
}

button,
input,
select,
textarea {
  font-family: var(--tht-font-family) !important;
}

code,
pre,
kbd,
samp {
  font-family: var(--tht-font-family) !important;
}