@charset "UTF-8";

@font-face {
    font-family: 'Ghotic Light';
    src:  url('../fonts/Light/GRLight.otf') format('truetype'),
          url('../fonts/Light/GRLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ghotic Medium';
    src:  url('../fonts/Medium/GRMedium.otf') format('truetype'),
          url('../fonts/Medium/GRMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ghotic Bold';
    src:  url('../fonts/Bold/GRBold.otf') format('truetype'),
          url('../fonts/Bold/GRBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?7zyx7k');
  src:  url('../fonts/icomoon.eot?7zyx7k#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?7zyx7k') format('truetype'),
    url('../fonts/icomoon.woff?7zyx7k') format('woff'),
    url('../fonts/icomoon.svg?7zyx7k#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-heart:before {
  content: "\e9da";
  margin-top: -5px;
}
.icon-heart-broken:before {
  content: "\e9db";
}
