@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');

body * {
  font-family: "El Messiri", sans-serif;
}
body.index .store-header {
    position: relative;
}
.Furniture5 *,
.Furniture3 *,
.Furniture1-0 * {
    color: white !important;
}
.Furniture2 .text-white a {
    color: #21636b !important;
}
.Furniture3 .lg\:left-\[20\%\] {
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    top: auto;
    width: 100%;
}
@media (max-width: 768px) {
.h-\[85vh\] {
    height: 45vh !important;
}
}

.navbar-brand img {
    max-height: 5rem !important;
    filter: drop-shadow(2px 4px 6px black);

}
button.back-to-top.fixed.z-50.bottom-\[39px\].h-14.w-14.rounded-full.bg-\[var\(--m-color\)\].right-4.hidden.justify-center.items-center.border.border-solid.border-\[var\(--f-color\)\].text-white {
    bottom: 13%;
}