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

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

.scott-manager:before {
  content: "\e909";
}
.scott-location:before {
  content: "\e903";
}
.scott-logo:before {
  content: "\e904";
}
.scott-customize:before {
  content: "\e905";
}
.scott-airplane:before {
  content: "\e906";
}
.scott-certificate:before {
  content: "\e907";
}
.scott-clipboard:before {
  content: "\e908";
}
.scott-safe_icon:before {
  content: "\e900";
}
.scott-hourglass:before {
  content: "\e901";
}
.scott-lightning:before {
  content: "\e902";
}
