@font-face {
    font-family: 'Roboto';
	font-display: block;
    src: local('Roboto'), url('Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Robotobold';
	font-display: block;
    src: local('Robotobold'), url('Robotobold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Robotocondensed;
	font-display: block;
    src: local('Robotocondensed'), url('Robotocondensed.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Robotocondensedbold';
	font-display: block;
    src: local('Robotocondensedbold'), url('Robotocondensedbold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'robotoslabregular';
	font-display: block;
    src: local('robotoslabregular.ttf'), url('robotoslabregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
.Robotobold{
	font-family: 'Robotobold';
}
.Robotocondensed{
	font-family: 'Robotocondensed';
}
.Robotocondensedbold{
	font-family: 'Robotocondensedbold'!important;
}
.robotoslabregular, .robotoslabregular p{
	font-family: 'robotoslabregular';
	letter-spacing: 0.06em;
}