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