
@font-face {
  font-family: 'Trebuchet MS';
  src: url('../fonts/Trebuchet-MS.woff') format('woff'),
  url('../fonts/Trebuchet-MS.ttf') format('truetype');
  
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: url('../fonts/Trebuchet-MS-italic.woff') format('woff'),
  url('../fonts/Trebuchet-MS-italic.ttf') format('truetype');
  
  font-weight: normal;
  font-style: italic;
}


@font-face {
  font-family: 'Trebuchet MS';
  src: url('../fonts/Trebuchet-MS-bold.woff') format('woff'),
  url('../fonts/Trebuchet-MS-bold.ttf') format('truetype');
  
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: url('../fonts/Trebuchet-MS-bold-italic.woff') format('woff'),
  url('../fonts/Trebuchet-MS-bold-italic.ttf') format('truetype');
  
  font-weight: bold;
  font-style: italic;
}




@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?msj6ak');
  src:  url('../fonts/icomoon.eot?msj6ak#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?msj6ak') format('truetype'),
  url('../fonts/icomoon.woff?msj6ak') format('woff'),
  url('../fonts/icomoon.svg?msj6ak#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-minus-outline:before {
  content: "\e900";
}
.icon-add-outline:before {
  content: "\e901";
}
