/*@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800&display=swap");*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --primary-color: #a56939;
    --secondary-color: #2d2c2f;
    --brand-color: #1D71B8;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif !important;
}
label{
    text-shadow:none !important;
}
@media (min-width: 992px) {
 
    a.navbar-brand.navbar-logo {
      
        padding: 14px 7px;

    }
    a.navbar-brand.navbar-logo img{
        margin-left:0;

    }
   

}
.booking-form .frminput {
    height: 40px !important;
}
html h1, h2 {
    font-family: "Cinzel", serif;
}
.fw-bold {
    font-weight: 500 !important;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free" !important;
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    font-family: "Font Awesome 6 Free" !important;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands" !important;
}