/* ==========================================
   Typography Styles
   ========================================== */

body {
    font-family: 'Montserrat', serif;
    /* font-family: 'Roboto Slab', serif; */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--text-dark);
    padding-top: 80px;

}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
}

h1, h2, h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
}
