@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Roboto+Slab&family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
@import "./default";
a {
  text-decoration: underline;
  color: $link-color;
}

a:hover {
  color: $link-hover-color;
}