h1, h2, h3 {
  font-family: 'Cal Sans', sans-serif;
}

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

@media (max-width: 575.98px) {
  .navbar-brand img {
    width: 148px !important;
    height: auto;
  }
}

footer a {
  text-decoration: none !important;
}

