@font-face {
  font-family: "theme-icons";
  src: url("../fonts/theme-icons/theme-icons.ttf?7zl0i0") format("truetype"), url("../fonts/theme-icons/theme-icons.woff?7zl0i0") format("woff"), url("../fonts/theme-icons/theme-icons.svg?7zl0i0#theme-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "theme-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.icon-chevron-left:before {
  content: "\e907";
}

.icon-chevron-right:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e906";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-down:before {
  content: "\e903";
}

.icon-arrow-up:before {
  content: "\e904";
}

.icon-bars:before {
  content: "\e905";
}

.icon-navicon:before {
  content: "\e905";
}

.icon-reorder:before {
  content: "\e905";
}

.icon-elipsis:before {
  content: "\e90e";
}

@font-face {
  font-family: "Urbanist";
  src: local("Urbanist Light"), local("Urbanist-Light"), url("../fonts/urbanist/urbanist-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: local("Urbanist Light Italic"), local("Urbanist-LightItalic"), url("../fonts/urbanist/urbanist-light-italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: local("Urbanist Regular"), local("Urbanist-Regular"), url("../fonts/urbanist/urbanist-regular.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: local("Urbanist Regular Italic"), local("Urbanist-RegularItalic"), url("../fonts/urbanist/urbanist-regular-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif";
  src: url("../fonts/noto-serif/noto-serif-light-italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}