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

.iconCaseKuvalda {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'caseIconsKuvalda' !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;
}

.if-iconCaseKuvalda-eye:before {
  content: "\e900";
}
.if-iconCaseKuvalda-cart:before {
  content: "\e901";
}
.if-iconCaseKuvalda-time:before {
  content: "\e902";
}

