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



@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?cb4zbq');
  src:  url('../fonts/icomoon.eot?cb4zbq#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?cb4zbq') format('truetype'),
    url('../fonts/icomoon.woff?cb4zbq') format('woff'),
    url('../fonts/icomoon.svg?cb4zbq#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-diamond:before {
  content: "\e900";
  color: #fff;
}
