@font-face {
    font-family: 'Oswald';
    src: 
        url('./fonts/Oswald-Regular.woff2') format('woff2'),
        url('./fonts/Oswald-Regular.woff') format('woff'),
        url('./fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Condensed';
    src: 
        url('./fonts/NotoSans_Condensed-Regular.woff2') format('woff2'),
        url('./fonts/NotoSans_Condensed-Regular.woff') format('woff'),
        url('./fonts/NotoSans_Condensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans';
    src: 
        url('./fonts/NotoSans.woff2') format('woff2'),
        url('./fonts/NotoSans.woff') format('woff'),
        url('./fonts/NotoSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Bebas Neue Regular';
	src:
		url("./fonts/bebas-neue-regular.ttf") format("truetype"), /* Safari, Android, iOS */
		url("./fonts/bebas-neue-regular.woff") format("woff"), /* Modern Browsers */
		url("./fonts/bebas-neue-regular.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'roboto_condensed';
	src:
		url("./fonts/roboto_condensed.ttf") format("truetype"), /* Safari, Android, iOS */
		url("./fonts/roboto_condensed.woff") format("woff"), /* Modern Browsers */
		url("./fonts/roboto_condensed.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}