@font-face {
  font-family: 'Law-Icon-Set';
  src:
    url('fonts/Law-Icon-Set.ttf?gi0msb') format('truetype'),
    url('fonts/Law-Icon-Set.woff?gi0msb') format('woff'),
    url('fonts/Law-Icon-Set.svg?gi0msb#Law-Icon-Set') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-law-"], [class*=" icon-law-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Law-Icon-Set' !important;
  speak: never;
  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-law-caret-right-solid:before {
  content: "\e900";
}
.icon-law-check-solid:before {
  content: "\e901";
}
.icon-law-clock-solid:before {
  content: "\e902";
}
.icon-law-envelope-solid:before {
  content: "\e903";
}
.icon-law-home-solid:before {
  content: "\e904";
}
.icon-law-phone-alt-solid:before {
  content: "\e905";
}
.icon-law-stream-solid:before {
  content: "\e906";
}
.icon-law-times-solid:before {
  content: "\e907";
}
.icon-law-upload-solid:before {
  content: "\e908";
}
