@import url("https://use.typekit.net/upb2wos.css");

:root {
    --vp-font-family-default: poppins, sans-serif;
    --vp-font-family-headline: poppins, sans-serif;
}

h1, h2 {
    font-weight: 400 !important;
}

h2 {
    font-size: 1.6rem !important;
}

p {
    font-size: 16px !important;
    font-weight: 300 !important;
}

.header__navigation--logo a img {
    max-height: 40px;
    min-width: 40px;
}

.header .top-bar {
    box-shadow: 0 15px 25px 11px #00000014 !important;
    padding: 10px 20px !important;
}
/*.header .top-bar ul {
 	background: #005cca !important;
}
.header .top-bar ul a {
    color: #FFFFFF !important;
}
.header .top-bar ul a:hover {
  	text-decoration: underline !important;
}*/
