h1, .h1 {
font-size: calc(1.1rem + 1.2vw); /* was 1.375rem + 1.5vw */
}
 
h3, .h3 {
font-size: calc(.9rem + .4vw); /* was 1.3rem + .6vw */
}

h2, .h2 {
font-size: calc(1rem + .6vw); /* was 1.325rem + .9vw */
}

.brand-logo {
  text-decoration: none;
}

a {
  text-decoration: none;
}

a:not([class]) {
  text-decoration: none;
}