@font-face {
  font-family: "Objectivity";
  font-weight: 400;
  src: url('https://content.nedapnow.com/fonts/v2/objectivity-regular.woff2') format('woff2');
 }

 @font-face {
  font-family: "Objectivity";
  font-weight: 700;
  src: url('https://content.nedapnow.com/fonts/v2/objectivity-medium.woff2') format('woff2');
 }

 @font-face {
  font-family: "Objectivity";
  font-weight: 900;
  src: url('https://content.nedapnow.com/fonts/v2/objectivity-bold.woff2') format('woff2');
 }
 
body {
  background-color: #F5F9FA;
  font-family: Objectivity;
  color: #05364E
}

.region-box {
  background: #FFF !important;
  width: 100%;
  min-width: 200px;
  padding: 0;
  margin: 5px;
  text-align: left;
  text-decoration: none;
}

.arrow {
  height: 18px;
  margin: 0 16px;
  opacity: 0;
}

.region-box:hover .arrow {
  opacity: 1;
}

.region-box span {
  font-size: 16px;
  font-weight: 600;
}

.region-img {
  height: 75px;
}

h1 {
  font-size: 64px;
  font-weight: 900;
}

.dark {
  display: none;
}

.logo {
  height: 64px;
}

@media screen and (max-width: 400px) {
  h1 {
    font-size: 48px;
  }
}

@media screen and (min-width: 2000px) {
  .region-switcher-content  {
    width: 50%;
    margin: auto;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #181818;
    color: #F5F9FA;
  }
    
  .light {
    display: none;
  }
    
  .dark {
    display: block;
  }
  
  .region-box {
    background-color: #212529 !important;
  }
    
  .region-box:hover,
  .region-box:focus {
      background-color: #343A40 !important;
  }
  
  .region-box span {
    color: #F5F9FA;
  }
  
  .arrow {
    filter: invert(1);
  }
}
