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;
    margin-bottom: 32px;
}

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

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

@media (max-width: 600px) {
    h1 {
        line-height: 36px;
    }
    h2 {
        line-height: 32px;
    }
    h3 {}
    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;
}