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

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

.file-zip:before {
  content: "\e900";
}
.file-xml:before {
  content: "\e901";
}
.file-pdf:before {
  content: "\e902";
}
.file-xls:before {
  content: "\e903";
}
