/* 
    Created on : 11.04.2019, 8:30:07
    Author     : 6491
*/

@font-face {
    font-family: RobotoCondensed;
    src: url(fonts/RobotoCondensed-Light.ttf);
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: RobotoCondensed;
    src: url(fonts/RobotoCondensed-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: RobotoCondensed;
    src: url(fonts/RobotoCondensed-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: RobotoCondensed;
    src: url(fonts/RobotoCondensed-Italic.ttf);
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'HeliosCond';
    src: local('HeliosCond Bold'), local('HeliosCond-Bold'),
	url('./fonts/HeliosCond-Bold.eot'),
        url('./fonts/HeliosCond-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/HeliosCond-Bold.woff') format('woff'),
        url('./fonts/HeliosCond-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'HeliosCond';
    src: local('HeliosCond Bold Italic'), local('HeliosCond-Bold-Italic'),
	url('./fonts/HeliosCond-Bold-Italic.eot'), 
        url('./fonts/HeliosCond-Bold-Italic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/HeliosCond-Bold-Italic.woff') format('woff'),
        url('./fonts/HeliosCond-Bold-Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'HeliosCond';
    src: local('HeliosCond Italic'), local('HeliosCond-Italic'),
	url('./fonts/HeliosCond-Italic.eot'),
        url('./fonts/HeliosCond-Italic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/HeliosCond-Italic.woff') format('woff'),
        url('./fonts/HeliosCond-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'HeliosCond';
    src: local('HeliosCond Regular'), local('HeliosCond'),
        url('./fonts/HeliosCond.eot'),
	url('./fonts/HeliosCond.eot?#iefix') format('embedded-opentype'),
        url('./fonts/HeliosCond.woff') format('woff'),
        url('./fonts/HeliosCond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}