@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&family=Unbounded:wght@400;500;600&display=swap");

body,
button,
input,
textarea,
select {
  font-family: Lato, Arial, sans-serif !important;
}

:is(h1, h2, h3, .brand, .brand-header, .auth-brand, .doc-header h1) {
  font-family: Unbounded, Verdana, sans-serif !important;
  font-weight: 500;
  letter-spacing: -0.045em;
}
