@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: Poppins, sans-serif;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600 !important;
}

a {
    color: #092032;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 400;
}

.logo {
    width: 150px;
}

img {
    width: 100%;
    height: auto;
}

/* Navbar */
.navbar {
    padding: 20px;
    font-size: 14px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

section {
    padding-top: 150px;
    padding-bottom: 150px;;
}

/* Hero */
.hero {
    background-color: #016bcc;
    color: #fff;
} 

/* Blog */
.blog-post {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);   
}

.blog-post a {
    font-weight: 600;
}

.blog-card {
    padding: 25px;
}


/* Single Blog Post */
.single-blog-post {
    padding: 150px 50px;
}

/* Footer */
footer {
    background-color: #1c1c1c;
    color: #fff;
    padding: 30px;
}
