@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@600;700&display=swap");

/* ==========================================================================
   Base Typography
   ========================================================================== */

body {

    font-size: 18px;
    line-height: 1.75;
    color: #495057;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* ==========================================================================
   Headings
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {

    font-weight: 600;
    line-height: 1.3;
    color: #13283c;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

h1 {
    font-size: 42px;
    font-weight: 700;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Responsive Typography */
@media (max-width: 991px) {
    body {
        font-size: 17px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }
}
