/*base setting, do not remove, just add what you need example:font-family*/
html, body, div, canvas 
{
	padding:0; 
	margin:0;
	border:0;	
	font-family:'AMCE Basic';
}

/*default version*/
@font-face {
	font-family: 'AMCE Basic';
	src: 
		local('AMCE Basic Regular'),
		url('fonts/AMCEBasic-Regular.otf') 
		format('opentype');
}
/*bold version*/
@font-face {
	font-family: 'AMCE Basic';
	src: 
		local('AMCE Basic Bold'),
		url('fonts/AMCEBasic-Bold.otf') 
		format('opentype');
	font-weight: bold;
}

/*bold version*/
@font-face {
	font-family: 'Drescher Grotesk BT MCO';
	src: 
		local('DrescherGroteskBTMCO-Bold'),
		url('fonts/DrescherGroteskBTMCO-Bold.otf') 
		format('opentype');
	font-weight: bold;
}


html, body, div, canvas {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'VAG Rounded'; /* default font family for canvas text */
}

/* Regular version */
@font-face {
	font-family: 'VAG Rounded';
	src: 
		local('Monotype  - VAG Rounded Next Regular'),
		url('fonts/Monotype  - VAG Rounded Next Regular.otf') 
		format('opentype');
}

html, body, div, canvas {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'VAG Rounded-Regular'; /* default font family for canvas text */
}

/* Bold version */
@font-face {
	font-family: 'VAG Rounded-Regular';
	src: 
		local('Monotype  - VAG Rounded Next Shine Regular'),
		url('fonts/Monotype  - VAG Rounded Next Shine Regular.otf') 
		format('opentype');
}
