:root {
  --primary_color: #ffdd00;
  --secondary_color: #0057b8;
  --third_color: #003b70;
  --primary_font: 'Playfair Display', sans-serif;
  --primary_color_font: #003b70;
  --secondary_font: 'Source Sans 3', sans-serif;
  --secondary_color_font: #263238;
  --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; }
