@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
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;
}
/* @FONTWARNING[{"type": "restricted", "family": "Montserrat-SemiBold", "weight": "600", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Montserrat-SemiBold";
  src: local("Montserrat-SemiBold"),
       url("https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4MV5Okxpxq.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
/* @FONTWARNING[{"type": "restricted", "family": "Montserrat-Bold", "weight": "700", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Montserrat-Bold";
  src: local("Montserrat-Bold"),
       url("https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4MV96kxpxq.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/* @FONTWARNING[{"type": "restricted", "family": "Montserrat-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Montserrat-Regular";
  src: local("Montserrat-Regular"),
       url("https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4MV96gxpxq.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
/* @FONTWARNING[{"type": "restricted", "family": "Montserrat-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Montserrat-Medium";
  src: local("Montserrat-Medium"),
       url("https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4MV1Okxpxq.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
