﻿@import url(//fonts.googleapis.com/css?family=Open+Sans);

/**-- import fonts --**/
@font-face {
    font-family: 'Roboto-Bold';
    font-style: normal;
    src: url('fonts/Roboto-Bold.eot');
    src: local('Roboto-Bold'), local('Roboto-Bold'), url(fonts/Roboto-Bold.eot) format('embedded-opentype'), url(fonts/Roboto-Bold.woff) format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto-Regular';
    font-style: normal;
    src: url('fonts/Roboto-Regular.eot');
    src: local('Roboto-Regular'), local('Roboto-Regular'), url(fonts/Roboto-Regular.eot) format('embedded-opentype'), url(fonts/Roboto-Regular.woff) format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto-Light';
    font-style: normal;
    src: url('fonts/Roboto-Light.eot');
    src: local('Roboto-Light'), local('Roboto-Light'), url(fonts/Roboto-Light.eot) format('embedded-opentype'), url(fonts/Roboto-Light.woff) format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'openSansLight';
    font-style: normal;
    font-weight: 100;
    src: url(fonts/OSLight.eot);
    src: local('Open Sans Light'), local('Open Sans Light'), url(fonts/OSLight.eot) format('embedded-opentype'), url(fonts/OSLight.woff) format('woff');
}

@font-face {
    font-family: 'openSansRegular';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/openSansRegular.eot);
    src: local('Open Sans'), local('OpenSans'),url(fonts/openSansRegular.eot) format('embedded-opentype'), url(fonts/openSansRegular.woff) format('woff');
}

@font-face {
    font-family: 'openSansSemiBold';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/openSansSemiBold.eot);
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'),url(fonts/openSansSemiBold.eot) format('embedded-opentype'), url(fonts/openSansSemiBold.woff) format('woff');
}

@font-face {
    font-family: 'openSansBold';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/openSansBold.eot);
    src: local('Open Sans Bold'), local('OpenSans-Bold'),url(fonts/openSansBold.eot) format('embedded-opentype'), url(fonts/openSansBold.woff) format('woff');
}

@font-face {
    font-family: 'bebasneue-webfont';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/bebasneue-webfont.eot');
    src: local('bebasneue-webfont'), local('bebasneue-webfont'),url(fonts/bebasneue-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/bebasneue-webfont.woff) format('woff');
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}



