@font-face {
  font-family: "PlusJakartaSans-Bold";
  src: url("./fonts/PlusJakartaSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Regular";
  src: url("./fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Bold";
  src: url("./fonts/Inter-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter-ExtraBold";
  src: url("./fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Coniferous-Bold";
  src: url("./fonts/Coniferous-Bold.woff2") format("woff2"),
    url("./fonts/Coniferous-Bold.woff") format("woff");
  font-weight: normal !important;
}

@font-face {
  font-family: "Inter-Bold";
  src: url("./fonts/Inter-Bold.woff2") format("woff2"),
    url("./fonts/Inter-Bold.woff") format("woff");
  font-weight: normal !important;
}

@font-face {
  font-family: "PlusJakartaSans-Bold";
  src: url("./fonts/PlusJakartaSans-Bold.woff2") format("woff2"),
    url("./fonts/PlusJakartaSans-Bold.woff") format("woff");
  font-weight: normal !important;
}

@font-face {
  font-family: "Inter-Regular";
  src: url("./fonts/Inter-Regular.woff2") format("woff2"),
    url("./fonts/Inter-Regular.woff") format("woff");
  font-weight: normal !important;
}

@font-face {
  font-family: "Inter-ExtraBold";
  src: url("./fonts/Inter-ExtraBold.woff2") format("woff2"),
    url("./fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: normal !important;
}

@font-face {
  font-family: "PlusJakartaSans-ExtraBold";
  src: url("./fonts/PlusJakartaSans-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PlusJakartaSans-ExtraBold";
  src: url("./fonts/PlusJakartaSans-ExtraBold.woff2") format("woff2"),
    url("./fonts/PlusJakartaSans-ExtraBold.woff") format("woff");
  font-weight: normal !important;
}

.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;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
  transition-delay: background-color 5000s, color 5000s;
}

/* Customized icon for an input with the date type */
input[type='date'] {
  position: relative;
  padding: 10px;
}
input[type='date']::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}
input[type='date']:not(:disabled):not([readonly]):before {
  content: '\1F4C5';
  display: block;
  width: 15px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 15px;
  pointer-events: none;
  font-size: 18px;
}