@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

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

body {
  font-family: var(--font-family) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
input,
button,
textarea,
li,
ul,
ol {
  font-family: var(--font-family) !important;
  font-weight: 600;
}