@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Merriweather:900,var(--mh1-font-weight),var(--h2-font-weight),400,var(--h1-font-weight)|DM+Sans:300,var(--b1-font-weight)");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body 
{background-color: #E6ECF1; /* LightCyan */
        }{
  margin: 0px;
  height: 100%
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: .5px solid #00acba !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;  
}
