h1{
    font-family: Playfair Display;
    color: #1F3A5F
}
h2{
    font-family: Playfair Display;
    color: #1F3A5F
}
h3{
    font-family: Playfair Display;
    color: #1F3A5F
}   
h4{
    font-family: Playfair Display;
    color: #1F3A5F
}
h5{
    font-family: Playfair Display;
    color: #1F3A5F
}
body{
    background-color: #f6f5f1;
    
}
button{
    font-family: Inter;  
      background-color: #E07A5F;
      color: #212529;
      border: none;
      padding: 8px 16px;
      border-radius: 6px;
      cursor: pointer;
      font-weight: 500;
    }

button:hover {
    background-color: #e08c75;
}
p{
    font-family: Inter; 
    font-size: 1.25em;
}
a{
    color: White;
    background-color: #1F3A5F;
    
}
a:hover{
    color: White;
    background-color: #4A6FA5 ;
}

/* Header */
    .hero {
      background: #1F3A5F;
      color: #f8f9fa;
      padding: 80px 0;
    }