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

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

.sq-envelopeFinal:before {
  content: "\e900";
}
