/**
 * Fonts CSS
 * 
 * package: WEBSHOP
 * author: Netgo.hu Kft (All rights reserved)
 * website: https://netgo.hu
 */
@font-face {
    font-family: 'RobotoCondensed Regular';
    src: url('../../scripts/css/fonts/robotocondensed-regular-webfont.eot'),
        url('../../scripts/css/fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../scripts/css/fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
        url('../../scripts/css/fonts/robotocondensed-regular-webfont.woff') format('woff'),
        url('../../scripts/css/fonts/robotocondensed-regular-webfont.ttf') format('truetype'),
        url('../../scripts/css/fonts/robotocondensed-regular-webfont.svg#RobotoCondensed Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('../../scripts/css/fonts/roboto-regular-webfont.eot'),
        url('../../scripts/css/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../scripts/css/fonts/roboto-regular-webfont.woff2') format('woff2'),
        url('../../scripts/css/fonts/roboto-regular-webfont.woff') format('woff'),
        url('../../scripts/css/fonts/roboto-regular-webfont.ttf') format('truetype'),
        url('../../scripts/css/fonts/roboto-regular-webfont.svg#Roboto Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}