@font-face {
    font-family: 'Ganache';
    src: url('../fonts/Ganache.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Ganache.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Ganache.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Ganache.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Ganache.svg#Ganache') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Anton';
    src: url('../fonts/Anton-Regular1.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Anton-Regular1.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Anton-Regular1.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Anton-Regular1.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Anton-Regular1.svg#Anton-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}