@font-face {
	font-family: 'SB';
	src: url('../fonts/SB.otf');
	src: local('☺'), 
        url('../fonts/SB.woff') format('woff'), 
        url('../fonts/SB.woff2') format('woff2'), 
        url('../fonts/SB.ttf') format('truetype'), 
        url('../fonts/SB.svg') format('svg');
	font-weight: bold;
	font-style: bold;
}
@font-face {
	font-family: 'SR';
	src: url('../fonts/SR.otf');
	src: local('☺'), 
        url('../fonts/SR.woff') format('woff'), 
        url('../fonts/SR.woff2') format('woff2'), 
        url('../fonts/SR.ttf') format('truetype'), 
        url('../fonts/SR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
