@font-face {
    font-family: 'Regular PRO';
    src: url('../woff2/regularpro.woff2') format('woff2'),
        url('../woff/regularpro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Regular PRO';
    src: url('../woff2/regularpro-bold.woff2') format('woff2'),
        url('../woff/regularpro-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Regular PRO';
    src: url('../woff2/regularpro-black.woff2') format('woff2'),
        url('../woff/regularpro-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'English 1766';
    src: url('../woff2/english1766-medium.woff2') format('woff2'),
        url('../woff/english1766-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'English 1766';
    src: url('../woff2/english1766-regular.woff2') format('woff2'),
        url('../woff/english1766-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'English 1766';
    src: url('../woff2/english1766-light.woff2') format('woff2'),
        url('../woff/english1766-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Regular PRO';
    src: url('../woff2/regularpro-medium.woff2') format('woff2'),
        url('../woff/regularpro-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* Revs Icon Font */
@font-face {
  font-family: 'revs';
  src:  url('../eot/revse8fb.eot');
  src:  url('../eot/revse8fb.eot#iefix') format('embedded-opentype'),
    url('../ttf/revse8fb.ttf') format('truetype'),
    url('../woff/revse8fb.woff') format('woff'),
    url('../svg/revse8fb.svg#revs') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'revs' !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-revs-automedia:before {
  content: "\e900";
}
.icon-revs-institute:before {
  content: "\e904";
}
.icon-revs-education:before {
  content: "\e902";
}
.icon-revs-library:before {
  content: "\e903";
}


