/*Fonts*/

@font-face {
    font-family: 'open_sans';
    src: url('opensans/opensans-bold-webfont.woff') format ('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans';
    src: url('opensans/opensans-extrabold-webfont.woff') format('woff'),
         url('opensans/opensans-extrabold-webfont.ttf') format('truetype');
    font-weight : 900;
    font-style  : normal;
}

@font-face {
    font-family: 'open_sans';
    src: url('opensans/opensans-italic-webfont.woff') format('woff'),
         url('opensans/opensans-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'open_sans';
    src: url('opensans/opensans-light-webfont.woff') format('woff'),
         url('opensans/opensans-light-webfont.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans';
    src: url('opensans/opensans-regular-webfont.woff') format('woff'),
         url('opensans/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans';
    src: url('opensans/opensans-semibold-webfont.woff') format('woff'),
         url('opensans/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family : 'Inconsolata';
    src         : url('inconsolata/Inconsolata-Regular.woff2') format('woff2'),
				  url('inconsolata/Inconsolata-webfont.ttf') format('truetype');
    font-weight : normal;
    font-style  : normal;
}

@font-face {
	font-family : 'Signika-Light';
	font-style  : normal;
	font-weight : normal;
	src         : local('Signika-Light'), url('signika/Signika-Light.ttf') format('truetype');
}

@font-face {
	font-family : 'Signika-SemiBold';
	font-style  : normal;
	font-weight : normal;
	src         : local('Signika-SemiBold'), url('signika/Signika-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family : 'Signika-Bold';
	font-style  : normal;
	font-weight : normal;
	src         : local('Signika-Bold'), url('signika/Signika-Bold.ttf') format('truetype');
}

@font-face {
	font-family : 'PTSans-Narrow';
	font-style  : normal;
	font-weight : normal;
	src         : local('PTSans-Narrow'), url('ptsans/PTSansNarrow-Regular.ttf') format('truetype');
}

@font-face {
	font-family : 'PTSans-Narrow-Bold';
	font-style  : normal;
	font-weight : normal;
	src         : local('PTSans-Narrow-Bold'), url('ptsans/PTSansNarrow-Bold.ttf') format('truetype');
}

@font-face {
	font-family : 'Raleway-Bold';
	font-style  : normal;
	font-weight : normal;
	src         : local('Raleway-Bold'), url('raleway/Raleway-Bold.ttf') format('truetype');
}

@font-face {
	font-family : 'Raleway-SemiBold';
	font-style  : normal;
	font-weight : 600;
	src         : local('Raleway-SemiBold'), url('raleway/Raleway-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family : 'Raleway-Medium';
	font-style  : normal;
	font-weight : 500;
	src         : local('Raleway-Medium'), url('raleway/Raleway-Medium.ttf') format('truetype');
}

@font-face {
	font-family : 'Raleway-Regular';
	font-style  : normal;
	font-weight : 400;
	src         : local('Raleway-Regular'), url('raleway/Raleway-Regular.ttf') format('truetype');
}

@font-face {
	font-family : 'IBM Plex Sans';
    font-style  : normal;
	src         : local('IBM Plex Sans'), url('ibmplexsans/IBMPlexSans-VariableFont.ttf') format('truetype');
}

@font-face {
	font-family : 'IBM Plex Sans';
    font-style  : italic;
	src         : local('IBM Plex Sans'), url('ibmplexsans/IBMPlexSans-Italic-VariableFont.ttf') format('truetype');
}

@font-face {
	font-family : 'IBMPlexSans';
    font-style  : normal;
	src         : local('IBM Plex Sans'), url('ibmplexsans/IBMPlexSans-VariableFont.ttf') format('truetype');
}

@font-face {
	font-family : 'IBMPlexSans';
    font-style  : italic;
	src         : local('IBM Plex Sans'), url('ibmplexsans/IBMPlexSans-Italic-VariableFont.ttf') format('truetype');
}

