﻿/* Roboto light */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), url('../fonts/Roboto-Light.ttf') format('truetype'); /* Safari, Android, iOS */
}
/* Roboto regular */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Regular'), url('../fonts/Roboto-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
/* Roboto Medium */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), url('../fonts/Roboto-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
}
/* Roboto bold */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), url('../fonts/Roboto-Bold.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/Roboto-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}
/* Roboto black */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: local('Roboto Black'), url('../fonts/Roboto-Black.ttf') format('truetype'); /* Safari, Android, iOS */
}
