@font-face {
  font-family: 'argoicons';
  src:  url('fonts/argoicons.eot?kp9gqm');
  src:  url('fonts/argoicons.eot?kp9gqm#iefix') format('embedded-opentype'),
    url('fonts/argoicons.ttf?kp9gqm') format('truetype'),
    url('fonts/argoicons.woff?kp9gqm') format('woff'),
    url('fonts/argoicons.svg?kp9gqm#argoicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="argoicon-"], [class*=" argoicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'argoicons' !important;
  speak: never;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-weight: 400;
  min-width: 1em;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
  
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.argoicon-argo-owl:before {
  content: "\e900";
}