@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(--heading-desktop-h6-font-weight),var(--paragraph-md-medium-font-weight),var(--heading-mobile-h6-font-weight),var(--paragraph-sm-regular-font-weight),var(--paragraph-md-regular-font-weight),var(--heading-desktop-h5-font-weight),var(--paragraph-lg-medium-font-weight),var(--heading-mobile-h5-font-weight),var(--paragraph-lg-regular-font-weight)|Inter:500,400,600");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
