@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?6v6f4o');
  src:  url('fonts/icomoon.eot?6v6f4o#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?6v6f4o') format('truetype'),
    url('fonts/icomoon.woff?6v6f4o') format('woff'),
    url('fonts/icomoon.svg?6v6f4o#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-left:before {
  content: "\e900";
  color: #00efd1;
}
.icon-share:before {
  content: "\e901";
  color: #00efd1;
}
.icon-chevron-right:before {
  content: "\e902";
  color: #6d6f79;
}
.icon-time:before {
  content: "\e903";
  color: #909090;
}
.icon-facebook:before {
  content: "\e904";
  color: #6d6f79;
}
.icon-instagram:before {
  content: "\e905";
  color: #6d6f79;
}
.icon-tiktok:before {
  content: "\e906";
  color: #6d6f79;
}
.icon-youtube:before {
  content: "\e907";
  color: #6d6f79;
}
.icon-mail:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e909";
}
.icon-check:before {
  content: "\e90a";
  color: #eaa21c;
}
.icon-error:before {
  content: "\e90b";
  color: #e87a7a;
}
