@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --font-main: 'Inter', Arial, Helvetica, sans-serif;
}

html,
body,
* {
  font-family: var(--font-main) !important;
}

body {
  font-weight: 400;
  letter-spacing: -0.01em;
}

h1 {
  font-weight: 800;
}

h2,
h3 {
  font-weight: 700;
}

button,
input,
select,
textarea,
table,
th,
td,
label,
a {
  font-family: var(--font-main) !important;
}