@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:var(--text-regular-link-font-weight)");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

@media (min-width: 1140px) {
  html {
  scroll-padding-top: 200px;
}
}

a {
  text-decoration: none;
}
