@font-face {
    font-family: 'Super Font Italic';
    src: url('./fonts/ABeeZee-Italic.eot'); /* IE9 Compat Modes */
    src: url('./fonts/ABeeZee-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./fonts/ABeeZee-Italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('./fonts/ABeeZee-Italic.woff') format('woff'), /* Pretty Modern Browsers */
         url('./fonts/ABeeZee-Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('./fonts/ABeeZee-Italic.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Super Font Regular';
    src: url('./fonts/ABeeZee-Regular.eot'); /* IE9 Compat Modes */
    src: url('./fonts/ABeeZee-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./fonts/ABeeZee-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('./fonts/ABeeZee-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('./fonts/ABeeZee-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('./fonts/ABeeZee-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}