@font-face {
	font-family: 'FbMatritsa';
	src:local('FbMatritsa'), 
        url('fbmatritsa-regular.woff') format('woff'),
        url('fbmatritsa-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FbMatritsa';
	src:local('FbMatritsa'), 
        url('fbmatritsa-bold.woff') format('woff'),
        url('fbmatritsa-bold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'FbMatritsa';
	src:local('FbMatritsa'), 
        url('fbmatritsa-medium.woff') format('woff'),
        url('fbmatritsa-medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

.special-font { font-family: 'FbMatritsa'; }