@font-face {
  font-family: 'meteocons';
  src:
    url('./fonts/meteocons.ttf?kx31oc') format('truetype'),
    url('./fonts/meteocons.woff?kx31oc') format('woff'),
    url('./fonts/meteocons.svg?kx31oc#meteocons') format('svg');
  font-weight: normal;
  font-style: normal;
}

main {
  overflow-y: hidden;
}

.meteocons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'meteocons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.copy-rights-part h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  color: #535355;
  font-family: 'Segoe UI';
  font-weight: normal;
  line-height: 13px;
}
/* .copy-rights-part h2 span {
  color: #ffc700;
} */
.nav-logo img {
  width: 130px;
}
.z-1 {
  z-index:1 !important;
}
.custom-header {
  background:linear-gradient(9deg, rgb(19, 86, 80) 4%, rgb(22, 138, 57) 25%, rgb(19, 86, 80) 100%);
}