:root {
  --primary_color: #5a2d1f;
  --secondary_color: #b06027;
  --third_color: #d4a24c;
  --primary_font: 'Playfair Display', sans-serif;
  --primary_color_font: #5a2d1f;
  --secondary_font: 'Inter', sans-serif;
  --secondary_color_font: #4a332b;
  --preloader_background_color: #00194b;
  --preloader_font: 'Inter', sans-serif;
  --preloader_font_color: #ffffff;
  --general_border_radius: 15px;
}
@supports not selector(::-webkit-scrollbar) {
  html { scrollbar-color: #684b4b transparent; scrollbar-width: thin; }
}
*::-webkit-scrollbar { width: 9px; height: 9px; }
*::-webkit-scrollbar-track { background: transparent; }
*::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #684b4b, #aa7e55); border-radius: 999px; }
*::-webkit-scrollbar-button { display: none; width: 0; height: 0; }
*::-webkit-scrollbar-corner { background: transparent; }
.general-wrapper.general-topbar { position: relative !important; z-index: 9999 !important; }
.header-wrapper .main-header { z-index: 9999 !important; }
