﻿@charset 'utf-8';

	/* Open Sans */
	
		/* Regular */
		
		@font-face {
			font-family: 'Raleway';
			font-style: normal;
			font-weight: 400;
			src: url('raleway-regular.eot');
			src: local('Raleway Regular'),
				 local('RalewayRegular'),
				 url('raleway-regular.eot?#iefix') format('embedded-opentype'),
				 url('raleway-regular.svg#open_sansregular') format('svg'),
				 url('raleway-regular.ttf') format('truetype'),			 
				 url('raleway-regular.woff') format('woff'),
				 url('raleway-regular.woff2') format('woff2');
		}
		
		@media screen and (-webkit-min-device-pixel-ratio:0) {
		  @font-face {
			font-family: 'Raleway';
			src: url('raleway-regular.svg') format('svg');
		  }
		}
		
		/* Extrabold */
		
		@font-face {
			font-family: 'Raleway Extrabold';
			font-style: normal;
			font-weight: 800;
			src: url('raleway-extrabold.eot');
			src: local('Raleway Extrabold'),
				 local('RalewayExtrabold'),
				 url('raleway-extrabold.eot?#iefix') format('embedded-opentype'),
				 url('raleway-extrabold.svg#ralewayextrabold') format('svg'),
				 url('raleway-extrabold.ttf') format('truetype'),			 
				 url('raleway-extrabold.woff') format('woff'),
				 url('raleway-extrabold.woff2') format('woff2');
		}
		
		@media screen and (-webkit-min-device-pixel-ratio:0) {
		  @font-face {
			font-family: 'Raleway Extrabold';
			src: url('raleway-extrabold.svg') format('svg');
		  }
		}