@font-face {
  font-family: 'GrilledCheeseBTN';
    src: url('../fonts/GrilledCheeseBTN.eot');
    src: url('../fonts/GrilledCheeseBTN.eot') format('embedded-opentype'),
		 url('../fonts/grilledcheese-btn.woff') format('woff'),
         url('../fonts/grilledcheese-btn.ttf') format('truetype'),
         url('../fonts/grilledcheese-btn.svg#GrilledCheeseBTN') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'celestia_redux_alternateMd';
    src: url('../fonts/celestiamediumredux-webfont.eot');
    src: url('../fonts/celestiamediumredux-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/celestiamediumredux-webfont.woff') format('woff'),
         url('../fonts/celestiamediumredux-webfont.ttf') format('truetype'),
         url('../fonts/celestiamediumredux-webfont.svg#celestia_redux_alternateMd') format('svg');
    font-weight: normal;
    font-style: normal;

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
      font-family: 'GrilledCheeseBTN';
      src: url('../fonts/grilledcheese-btn.svg#GrilledCheeseBTN') format('svg');
  }
  @font-face {
      font-family: 'celestia_redux_alternateMd';
      src: url('../fonts/celestiamediumredux-webfont.svg#celestia_redux_alternateMd') format('svg');
  }
}