:root{
    --secondary-color: #f3ecd3;
    --branding-color: #91d9ce;
    --heading-font-family: "Playfair Display", serif;
    --default-font-family: "Poppins", sans-serif;
    --text-color:#474f85;
}

body{
    background-color:#f3f9fb; 
    font-family: var(--default-font-family);
}

h1,h2,h3,h4,h5,h6{
    font-family: var(--heading-font-family);
    font-weight: bold;
    color:var(--text-color);
}

h4{
    font-size: 48px;
}


.hero{
    background-color: var(--secondary-color);
    color: var(--text-color);
    text-align: center;
    padding: 160px 20px;
}

.content{
    background-color: var(--secondary-color);
    color: var(--text-color);
    text-align: center;
    padding: 160px 20px;
}

.content h1{
    font-size: 64px;
    line-height: 80px;
}

.content h2{
    font-size: 18px;
    font-family: var(--default-font-family);
}

.content h3{
   font-size: 24px;
   font-family: var(--default-font-family); 
   line-height: 1.5;
}

.content p{
    font-size: 14px;
}

.content-container{
    padding:60px 20px;
}


h1{
    font-family: var(--heading-font-family);
    font-weight: bold;
    font-style: normal;
    line-height:1.5; 
}

.hero p{ 
     font-weight: bold;
     font-size: 36px;
     margin:0;
}

h1{
    font-size: 96px;
}

.hero h2{
    font-family: var(--default-font-family);
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5;
}

.btn-branding{
  background-color: var(--branding-color);
  border-radius: 4px;
  color:white; 
  font-size: 18px;
  line-height: 27px;
  padding: 15px,30px; 
}

.btn-branding-outline:hover{
    color:var(--text-color);
    background-color:var(--secondary-color);
}

h2{
    font-size: 64px;
    color: var(--text-color);
}

p{
    font-weight: normal;
    font-size: 16px;
    color: var(--text-color);
    line-height: 30px;
}

.btn-branding-outline{
    color: var(--branding-color);
     border-radius: 4px; 
    font-size: 18px;
    line-height: 27px;
    padding: 15px,30px; 
    border:1px solid var(--branding-color);

}

.project-description{
    padding: 120px 60px;
}

.active{
    color: var(--branding-color) !important;
}

footer .email-link{
    font-size: 24px;
    color: var(--text-color);
    text-decoration: none;
}

footer .email-link:hover{
  color: var(--branding-color);
}

footer .social-links a{
    margin: 0 20px;
    color:var(--branding-color);
    background-color: var(--secondary-color);
    padding:10px 14px;
    font-size: 18px;
    border-radius:50%;
    transition:all 150ms ease-in-out;
}

footer .social-links a:hover{
    color:white;
    background:var(--text-color);
}
 
footer .contact-box{
    background-color: var(--secondary-color);
    padding:30px;
    border-radius: 10px;
}





@media (max-width:960px){
    h1{
        font-size: 44px;
        line-height: 2;
    }
    h2{
        font-size: 40px;
    }
    .hero{
        padding: 80px 20px;
    }
    .project-description{
        padding:0;
        text-align: center;
    }

    .content{
        text-align: center;
        padding:0;
    }
}















.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  
  
.playfair-display-<uniquifier> {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }