﻿/* ROBOTO Normal */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Regular'), local('../fonts/Roboto-Regular.ttf'), url("../fonts/Roboto-Regular.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('../fonts/Roboto-Italic.ttf'), url("../fonts/Roboto-Italic.ttf") format('truetype');
}

/* ROBOTO Bold */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('../fonts/Roboto-Bold.ttf'), url("../fonts/Roboto-Bold.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Bold Italic'), local('../fonts/Roboto-BoldItalic.ttf'), url("../fonts/Roboto-BoldItalic.ttf") format('truetype');
}

/* ROBOTO Condensed Normal */
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Condensed Regular'), local('../fonts/RobotoCondensed-Regular.ttf'), url("../fonts/RobotoCondensed-Regular.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Condensed";
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Condensed Italic'), local('../fonts/RobotoCondensed-Italic.ttf'), url("../fonts/RobotoCondensed-Italic.ttf") format('truetype');
}

/* ROBOTO Condensed Bold */
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Condensed Bold'), local('../fonts/RobotoCondensed-Bold.ttf'), url("../fonts/RobotoCondensed-Bold.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Condensed";
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Condensed Bold Italic'), local('../fonts/RobotoCondensed-BoldItalic.ttf'), url("../fonts/RobotoCondensed-BoldItalic.ttf") format('truetype');
}

