:root {
  --sw-font-family: "Inter", sans-serif;
  --sw-font-weight-regular: 400;
  --sw-font-weight-medium: 500;
  --sw-font-weight-semibold: 600;
}

html,
body {
  font-family: var(--sw-font-family) !important;
  font-weight: var(--sw-font-weight-regular);
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
li,
label,
a,
nav,
header,
footer,
button,
input,
select,
textarea {
  font-family: var(--sw-font-family) !important;
  letter-spacing: normal;
}

h1,
h2,
h3,
h4 {
  font-weight: var(--sw-font-weight-semibold);
}

h5,
h6 {
  font-weight: var(--sw-font-weight-medium);
}

p,
span,
small,
li,
label,
input,
select,
textarea {
  font-weight: var(--sw-font-weight-regular);
}

a,
nav a,
button,
.btn {
  font-weight: var(--sw-font-weight-medium);
}
