@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:600,500,400,700|IBM+Plex+Sans:500|Roboto:700,400|Noto+Sans:700");
* {
  -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;
}
@media screen and (min-width: 3841px){
	html, body{font-size: 25px;}
}
@media screen and (max-width: 3840px){
	html, body{font-size: 19px;}
}
@media screen and (max-width: 3400px){
	html, body{font-size: 14px;}
}
@media screen and (max-width: 2800px){
	html, body{font-size: 13px;}
}
@media screen and (max-width: 2400px){
	html, body{font-size: 12px;}
}
@media screen and (max-width: 1920px){
	html, body{font-size: 10px;}
}
@media screen and (max-width: 1750px){
	html, body{font-size: 8px;}
}
@media screen and (max-width: 1500px){
	html, body{font-size: 7px;}
}
@media screen and (max-width: 1200px){
	html, body{font-size: 6px;}
}