@font-face {
    font-family: 'icomoon';
    src: url('./icomoon.eot');
    src:
        url('./icomoon.eot') format('embedded-opentype'),
        url('./icomoon.ttf') format('truetype'),
        url('./icomoon.woff') format('woff'),
        url('./icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

.icon-caution::before {
    content: '\e905';
  }
  
  .icon-argu1::before {
    content: '\e900';
  }
  
  .icon-argu2::before {
    content: '\e901';
  }
  
  .icon-argu3::before {
    content: '\e902';
  }
  
  .icon-arrow::before {
    content: '\e903';
  }
  
  .icon-backarrow::before {
    content: '\e904';
  }
  
  .icon-dropdown::before {
    content: '\e907';
  }
  
  .icon-dropup::before {
    content: '\e908';
  }
  
  .icon-icon_phone::before {
    content: '\e909';
  }
  
  .icon-logo_effy::before {
    content: '\e90a';
  }
  
  .icon-valid::before {
    content: '\e90b';
  }
  
  .icon-cancel-circle::before {
    content: '\ea0d';
  }
  