@font-face {
	font-family: 'Open Sans';
	src: url('./OpenSans/OpenSans-Regular.ttf');
	font-weight: 400;
}
@font-face {
	font-family: 'Open Sans';
	src: url('./OpenSans/OpenSans-SemiBold.ttf');
	font-weight: 600;
}
@font-face {
	font-family: 'Open Sans';
	src: url('./OpenSans/OpenSans-Bold.ttf');
	font-weight: 700;
}
@font-face {
	font-family: 'Open Sans';
	src: url('./OpenSans/OpenSans-ExtraBold.ttf');
	font-weight: 800;
}

/* Font downloaded from FontsForWeb.com */

/*@font-face {
	font-family: 'Nexa Slab Bold';
	src: url('./NexaSlab-Bold.otf');
}

@font-face {
	font-family: 'Nexa Slab Regular';
	src: url('./Nexa Slab Regular.otf');
}

@font-face {
	font-family: 'DIN';
	src: url('./D-DIN.otf')
}
@font-face {
	font-family: 'DIN';
	font-weight: bold;
	src: url('./D-DIN-Bold.otf');
}*/

/* Roboto font family */

@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-BoldCondensed.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-BoldCondensedItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

/* Roboto Mono font family */
@font-face {
	font-family: 'Roboto Mono';
	src: url('./Roboto_Mono/RobotoMono-VariableFont_wght.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
