/**
 * Fonts:
 * 1. Play Regular
 * 2. Play Bold
 * 3. Death Star
 * 4. Air Strike
 */

@font-face {
    font-family: 'PlayRegular';
    src: url('../fonts/Play/play-regular-webfont.woff2') format('woff2'),
         url('../fonts/Play/play-regular-webfont.woff') format('woff'),
		 url('../fonts/Play/play-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayBold';
    src: url('../fonts/Play/play-bold-webfont.woff2') format('woff2'),
         url('../fonts/Play/play-bold-webfont.woff') format('woff'),
		 url('../fonts/Play/play-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DeathStar';
    src: url('../fonts/DeathStar/death_star-webfont.woff2') format('woff2'),
         url('../fonts/DeathStar/death_star-webfont.woff') format('woff'),
		 url('../fonts/DeathStar/death_star-webfont.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Molot';
    src: url('../fonts/Molot/molot-webfont.woff2') format('woff2'),
         url('../fonts/Molot/molot-webfont.woff') format('woff'),
		 url('../fonts/Molot/molot-webfont.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AirStrike';
    src: url('../fonts/AirStrike/airstrike.woff2') format('woff2'),
         url('../fonts/AirStrike/airstrike.woff') format('woff'),
		 url('../fonts/AirStrike/airstrike.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}