/* CSS3 Font Embedding 
 * Contributor(s): Matt Dulin
 * Scope: Site-wide
 * To Do: Implement Opera-specific fix
 ******************************************************************/
 
@font-face {
	font-family: 'Vegur'; /* Normal */
    font-weight: normal; 
	src: url('../../fonts/Vegur-R_0500.eot');
	src: local('Vegur Regular'), local('Vegur-Regular'), url('../../fonts/Vegur-R_0500.woff') format('woff'), url('../../fonts/Vegur-R_0500.otf') format('opentype'), url('../../fonts/Vegur-R_0500.svg#Vegur-Regular') format('svg'); }

@font-face {
	font-family: 'Vegur'; /* 300 */
    font-weight: 300; 
	src: url('../../fonts/Vegur-R_0500.eot');
	src: local('Vegur Regular'), local('Vegur-Regular'), url('../../fonts/Vegur-R_0500.woff') format('woff'), url('../../fonts/Vegur-R_0500.otf') format('opentype'), url('../../fonts/Vegur-R_0500.svg#Vegur-Regular') format('svg'); }

@font-face {
	font-family: 'Vegur'; /* Light */
    font-weight: 100;
	src: url('../../fonts/Vegur-EL_0500.eot');
	src: local('Vegur ExtraLight'), local('Vegur-ExtraLight'), url('../../fonts/Vegur-EL_0500.woff') format('woff'), url('../../fonts/Vegur-EL_0500.otf') format('opentype'), url('../../fonts/Vegur-EL_0500.svg#Vegur-ExtraLight') format('svg'); }

@font-face {
	font-family: 'Vegur'; /* Bold */
    font-weight: bold;
	src: url('../../fonts/Vegur-B_0500.eot');
	src: local('Vegur Bold'), local('Vegur-Bold'), url('../../fonts/Vegur-B_0500.woff') format('woff'), url('../../fonts/Vegur-B_0500.otf') format('opentype'), url('../../fonts/Vegur-B_0500.svg#Vegur-Bold') format('svg'); }
	

