:root {
  --primary_color: #174c8c;
  --secondary_color: #4a90d9;
  --third_color: #b8d8f2;
  --primary_font: 'Playfair Display', sans-serif;
  --primary_color_font: #174c8c;
  --secondary_font: 'Source Sans 3', sans-serif;
  --secondary_color_font: #243447;
  --preloader_background_color: #00194b;
  --preloader_font: 'Inter', sans-serif;
  --preloader_font_color: #ffffff;
  --general_border_radius: 15px;
}
.general-wrapper.general-topbar { position: relative !important; z-index: 9999 !important; }
.header-wrapper .main-header { z-index: 9999 !important; }
