@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&display=swap');

:root {
  --site-font-family: 'Figtree', sans-serif;
}

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

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