@import url("//fonts.googleapis.com/css?family=Poppins:wght@400");
h1, .h1 { font-family:Poppins; }
h2, .h2 { font-family:Poppins; }
h3, .h3 { font-family:Poppins; }
h4, .h4 { font-family:Poppins; }
h5, .h5 { font-family:Poppins; }
h6, .h6 { font-family:Poppins; }
p { font-family:Poppins; }
a { font-family:Poppins; }
span { font-family:Poppins; }
:root {
--theme-color-default: #116CA5;
--new-badge-background: #116CA5;
}
