@font-face {
    font-family: 'Games V7';
    src: url('fonts/Games-V7.woff') format('woff');
    font-display: swap
}

@font-face {
    font-family: 'Proxima-Soft-Regular';
    src: local('Proxima-Soft-Regular'),
        url('fonts/Proxima-Soft-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: 'Proxima-Soft-Bold';
    src: local('Proxima-Soft-Bold'),
        url('fonts/Proxima-Soft-Bold.woff2') format('woff2');
    font-weight: 400;
    font-display: swap
}

.icon-font-games {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: Games V7;
	line-height: 1;
	text-align: center;
	font-style: normal
}