.body-3 {
    font-family: "PP Mori", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;

    @media screen and (min-width: 750px) {
        font-size: 16px;
    }
}

.body-3--caps {
    text-transform: uppercase;
}
