@font-face {
  font-family: 'modicons-basic';
  src:  url('fonts/modicons-basic.eot?axx6tn');
  src:  url('fonts/modicons-basic.eot?axx6tn#iefix') format('embedded-opentype'),
    url('fonts/modicons-basic.ttf?axx6tn') format('truetype'),
    url('fonts/modicons-basic.woff?axx6tn') format('woff'),
    url('fonts/modicons-basic.svg?axx6tn#modicons-basic') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'modicons-basic' !important;
  speak: never;
  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;
}

.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrow-up:before {
  content: "\e903";
}
.icon-hamburger:before {
  content: "\e904";
}
.icon-caret-down:before {
  content: "\e905";
}
.icon-caret-left:before {
  content: "\e906";
}
.icon-caret-right:before {
  content: "\e907";
}
.icon-caret-up:before {
  content: "\e908";
}
.icon-close:before {
  content: "\e909";
}
.icon-add:before {
  content: "\e90a";
}
.icon-subtract:before {
  content: "\e90b";
}
.icon-ellipsis:before {
  content: "\e90c";
}
.icon-facebook:before {
  content: "\e90d";
}
.icon-Link:before {
  content: "\e90e";
}
.icon-Pinterest:before {
  content: "\e90f";
}
.icon-twitter:before {
  content: "\e910";
}
.icon-website:before {
  content: "\e911";
}
.icon-linkedin:before {
  content: "\e912";
}
.icon-instagram:before {
  content: "\e913";
}
.icon-tiktok:before {
  content: "\e914";
}
.icon-youtube:before {
  content: "\e915";
}
