:root {
  --font-main: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-alt: 'Poppins', 'Raleway', sans-serif;
  --color-primary: #1a3865;
  --color-accent: #95cca5;
  --color-bg-mobile-menu: rgba(255, 255, 255, 0.6);
}

html {
  background-color: #ffffff;
}

body {
  margin: 0;
  background-color: #ffffff;
  color: #1e1e1e;
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#cesis_header,
#header_container,
.header_main {
  background-color: #ffffff !important;
  background: #ffffff !important;
}

.header_mobile {
  background-color: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

html.is-swapping,
html.is-swapping body {
  background-color: #ffffff !important;
}

.page-hero,
.premium-hero,
.hero-section {
  background-color: #0a1628;
}

html.is-swapping .page-hero,
html.is-swapping .premium-hero {
  background-color: #0a1628 !important;
  opacity: 1 !important;
}

html.is-animating .page-hero,
html.is-animating .premium-hero {
  background-color: #0a1628 !important;
}

.page-transition-overlay {
  background: #1a3865 !important;
}
