:root {
  font-family: "Raleway", sans-serif;
  /* fix for Chrome */
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: "Raleway", sans-serif;
  }
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
