@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'monitorca';
    src: url('fonts/monitorca-regular.eot') format('embedded-opentype'),
	url('fonts/monitorca-regular.otf') format('otf'),
	url('fonts/monitorca-regular.ttf') format('truetype'),
	url('fonts/monitorca-regular.woff') format('woff'),
	url('fonts/monitorca-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'monitorca';
    src: url('fonts/Monitorca-Bd.eot') format('embedded-opentype'),
	url('fonts/Monitorca-Bd.otf') format('otf'),
	url('fonts/Monitorca-Bd.ttf') format('truetype'),
	url('fonts/Monitorca-Bd.woff') format('woff'),
	url('fonts/Monitorca-Bd.svg') format('svg');
    font-weight: bold;
    font-style: bold;
}