@import "variables";

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

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

.lrm-fa4-icon-envelope-o {
  &:before {
    content: $lrm-fa4-icon-envelope-o; 
  }
}
.lrm-fa4-icon-user {
  &:before {
    content: $lrm-fa4-icon-user; 
  }
}
.lrm-fa4-icon-lock {
  &:before {
    content: $lrm-fa4-icon-lock; 
  }
}
.lrm-fa4-icon-camera {
  &:before {
    content: $lrm-fa4-icon-camera; 
  }
}
.lrm-fa4-icon-map-marker {
  &:before {
    content: $lrm-fa4-icon-map-marker; 
  }
}
.lrm-fa4-icon-eye {
  &:before {
    content: $lrm-fa4-icon-eye; 
  }
}
.lrm-fa4-icon-eye-slash {
  &:before {
    content: $lrm-fa4-icon-eye-slash; 
  }
}
.lrm-fa4-icon-sign-in {
  &:before {
    content: $lrm-fa4-icon-sign-in; 
  }
}
.lrm-fa4-icon-phone {
  &:before {
    content: $lrm-fa4-icon-phone; 
  }
}
.lrm-fa4-icon-mobile {
  &:before {
    content: $lrm-fa4-icon-mobile; 
  }
}
.lrm-fa4-icon-mobile-phone {
  &:before {
    content: $lrm-fa4-icon-mobile-phone; 
  }
}
.lrm-fa4-icon-location-arrow {
  &:before {
    content: $lrm-fa4-icon-location-arrow; 
  }
}
.lrm-fa4-icon-unlock-alt {
  &:before {
    content: $lrm-fa4-icon-unlock-alt; 
  }
}
.lrm-fa4-icon-envelope-square {
  &:before {
    content: $lrm-fa4-icon-envelope-square; 
  }
}
.lrm-fa4-icon-user-plus {
  &:before {
    content: $lrm-fa4-icon-user-plus; 
  }
}
.lrm-fa4-icon-map-o {
  &:before {
    content: $lrm-fa4-icon-map-o; 
  }
}
.lrm-fa4-icon-user-o {
  &:before {
    content: $lrm-fa4-icon-user-o; 
  }
}

.lrm-fa4-icon-arrow-right {
  &:before {
    content: $lrm-fa4-icon-arrow-right;
  }
}
