@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Google+Sans:var(--text-xl-medium-font-weight),var(--text-md-medium-font-weight),var(--text-xs-regular-font-weight),600,var(--display-xs-medium-font-weight),var(--display-md-bold-font-weight),var(--text-lg-medium-font-weight),var(--text-lg-regular-font-weight),var(--display-xl-medium-font-weight),var(--text-md-regular-font-weight),var(--text-xl-semibold-font-weight),var(--text-lg-semibold-font-weight),var(--display-lg-medium-font-weight),var(--text-sm-regular-font-weight),500,400,var(--display-xs-regular-font-weight)|Inter:var(--text-sm-medium-font-weight),var(--text-md-semibold-font-weight),var(--text-sm-semibold-font-weight)"); /* @FONTWARNING[{"type": "restricted", "family": "SF Pro-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
  overflow-x: hidden;
}
/* 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;
}

@font-face {
  font-family: "SF Pro-Medium";
  src: local("SF Pro-Medium");
}
/* @FONTWARNING[{"type": "restricted", "family": "Lausanne-300", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Lausanne-300";
  src: local("Lausanne-300");
}
