@font-face {
    font-family: "Roboto Bold";
    src: url("../fonts/Roboto-Bold.ttf");
    src: url("../fonts/Roboto-Bold.eot");
    src: url("../fonts/Roboto-Bold.woff");
}

@font-face {
    font-family: "Roboto Light";
    src: url("../fonts/Roboto-Light.ttf");
    src: url("../fonts/Roboto-Light.eot");
    src: url("../fonts/Roboto-Light.woff");
}

@font-face {
    font-family: "Roboto Medium";
    src: url("../fonts/Roboto-Medium.ttf");
    src: url("../fonts/Roboto-Medium.eot");
    src: url("../fonts/Roboto-Medium.woff");
}

@font-face {
    font-family: "Roboto Regular";
    src: url("../fonts/Roboto-Regular.ttf");
    src: url("../fonts/Roboto-Regular.eot");
    src: url("../fonts/Roboto-Regular.woff");
}

@font-face {
    font-family: "Roboto Thin";
    src: url("../fonts/Roboto-Thin.ttf");
    src: url("../fonts/Roboto-Thin.eot");
    src: url("../fonts/Roboto-Thin.woff");
}

@font-face {
    font-family: 'Montserrat';
    src: url('../js/pfr/fonts/Montserrat.ttf') format('truetype');
}

@font-face {
    font-family: 'SegoeUI';
    src: url('../js/pfr/fonts/SegoeUIRegular.eot');
    url('../js/pfr/fonts/SegoeUIRegular.woff') format('woff'),
    url('../js/pfr/fonts/SegoeUIRegular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'SegoeUI';
    src: url('../js/pfr/fonts/SegoeUISemiBold.eot');
    src: url('../js/pfr/fonts/SegoeUISemiBold.eot?#iefix') format('embedded-opentype'),
    url('../js/pfr/fonts/SegoeUISemiBold.woff') format('woff'),
    url('../js/pfr/fonts/SegoeUISemiBold.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'SegoeUI';
    src: url('../js/pfr/fonts/SegoeUIBold.eot');
    src: url('../js/pfr/fonts/SegoeUIBold.eot?#iefix') format('embedded-opentype'),
    url('../js/pfr/fonts/SegoeUIBold.woff') format('woff'),
    url('../js/pfr/fonts/SegoeUIBold.ttf') format('truetype');
    font-weight: 700;
}