:root{
    --primary-blue:#007BB6;
    --copy-dark:#626466;
    --white:#fff;
    --h1-font:Nunito;
    --section-header-font:Roboto;
}
h1{
    font-family:var(--h1-font) !important;
    font-size: 3em !important;
    line-height:1.6 !important;
}
h2{
font-family: var(--section-header-font)!important;
font-size: 36px !important;
font-weight: 500 !important;
}
h3{
font-family: var(--section-header-font)!important;
font-size: 26px !important;
line-height: 150% !important;
font-weight: 500 !important;
}
h4{
font-family: var(--section-header-font)!important;
font-size: 18px !important;
font-weight: 600 !important;
}
h1,h2,h3,h4,p{
    color:var(--copy-dark) !important;
}