@import "variables";

@font-face {
  font-family: 'simfazfonts';
  src:  url('#{$icomoon-font-path}/simfazfonts.eot?et75x4');
  src:  url('#{$icomoon-font-path}/simfazfonts.eot?et75x4#iefix') format('embedded-opentype'),
    url('#{$icomoon-font-path}/simfazfonts.ttf?et75x4') format('truetype'),
    url('#{$icomoon-font-path}/simfazfonts.woff?et75x4') format('woff'),
    url('#{$icomoon-font-path}/simfazfonts.svg?et75x4#simfazfonts') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.sf-cpf-search-1 {
  &:before {
    content: $sf-cpf-search-1; 
  }
}
.sf-geo-search-1 {
  &:before {
    content: $sf-geo-search-1; 
  }
}
.sf-pastagem {
  &:before {
    content: $sf-pastagem; 
  }
}
.sf-algodao {
  &:before {
    content: $sf-algodao; 
  }
}
.sf-cana {
  &:before {
    content: $sf-cana; 
  }
}
.sf-eucalipto {
  &:before {
    content: $sf-eucalipto; 
  }
}
.sf-milho {
  &:before {
    content: $sf-milho; 
  }
}
.sf-milho2 {
  &:before {
    content: $sf-milho2; 
  }
}
.sf-soja {
  &:before {
    content: $sf-soja; 
  }
}
.sf-citros {
  &:before {
    content: $sf-citros; 
  }
}
.sf-cafe {
  &:before {
    content: $sf-cafe; 
  }
}

