body {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    transition: margin 0.2s ease-in-out;
}

h1,
h2,
h3 {
    font-family: 'PT Serif', serif;
}

h1 {
    font-size: 32px;
    line-height: 48px;
    font-weight: regular;
}

h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: regular;
}

h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: regular;
}

@media (max-width: 600px) {
    h1 {
        line-height: 36px;
        margin: 48px 0px 32px 0px;
    }
    h2 {
        line-height: 32px;
        margin: 36px 0px 25px 0px;
    }
    h3 {
        margin: 24px 0px 8px 0px;
    }
    h5,
    h6 {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
    }
    h5 {
        font-size: 14px !important;
        line-height: 18px !important;
        /* styles not being applied naturally */
    }
    h6 {
        font-size: 12px !important;
        line-height: 16px !important;
        color: #595B5F !important;
        /* styles not being applied naturally */
    }
}

h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: medium;
}

h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: medium;
}

h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: medium;
}

h6 {
    font-size: 16px;
    line-height: 22px;
}