/* Compact Font */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');


h1,h2,h3,h4{
    font-family: 'Oswald', sans-serif;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}
h3,h4{
    font-weight: 500;
}
h4{
    margin-bottom: 5px;
}
h1{
    font-size: 52px;
}
h2{
    font-size: 42px;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 18px;
}

@media (max-width: 767px){
    h1{
        font-size: 42px;
    }
    h2{
        font-size: 32px;
    }
    h3{
        font-size: 24px;
    }
}

.blog-detail blockquote p{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}