@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

* {
 font-family: "Quicksand", serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Quicksand", sans-serif !important;
}

/* Search Input Override */

.WaGadgetSiteSearch .searchBoxField{
    width: 250px !important;
    border-radius: 10px;
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 1.1em;
    height: 45px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.btn-home{
    border: 1px solid #333;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.btn-home:hover{
    color: #fff;
    background-color: rgb(255, 131, 87) !important;
    border: 2px solid #333 !important;
}