@charset "utf-8";

/*====================== Fonts Windows ======================*/

@font-face {
  font-family: 'SegoeUI';
    src: url('../fonts/windows/SegoeUIRegular.eot');
    src: url('../fonts/windows/SegoeUIRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/windows/SegoeUIRegular.woff') format('woff'),
         url('../fonts/windows/SegoeUIRegular.ttf') format('truetype');    
    font-weight: 300; 
}
@font-face {
  font-family: 'SegoeUI';
    src: url('../fonts/windows/SegoeUISemiBold.eot');
    src: url('../fonts/windows/SegoeUISemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/windows/SegoeUISemiBold.woff') format('woff'),
         url('../fonts/windows/SegoeUISemiBold.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
  font-family: 'SegoeUI';
    src: url('../fonts/windows/SegoeUIBold.eot');
    src: url('../fonts/windows/SegoeUIBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/windows/SegoeUIBold.woff') format('woff'),
         url('../fonts/windows/SegoeUIBold.ttf') format('truetype');    
    font-weight: 700;
}



@font-face {
    font-family: 'GolosText';
    src: local('GolosText'),
         url('../fonts/golos/GolosText-Regular.ttf') format('truetype'),
         url('../fonts/golos/GolosText-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/golos/GolosText-Regular.woff') format('woff'); 
    font-weight: 400;
    font-style: normal;
}

/* DemiBold */
@font-face {
    font-family: 'GolosText';
    src: local('GolosText'),
         url('../fonts/golos/GolosText-DemiBold.ttf') format('truetype'),
         url('../fonts/golos/GolosText-DemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/golos/GolosText-DemiBold.woff') format('woff'); 
    font-weight: 600;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: 'GolosText';
    src: local('GolosText'),
         url('../fonts/golos/GolosText-Medium.ttf') format('truetype'),
         url('../fonts/golos/GolosText-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/golos/GolosText-Medium.woff') format('woff'); 
    font-weight: 500;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'GolosText';
    src: local('GolosText'),
         url('../fonts/golos/GolosText-Bold.ttf') format('truetype'),
         url('../fonts/golos/GolosText-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/golos/GolosText-Bold.woff') format('woff'); 
    font-weight: 700;
    font-style: normal;
}

/* Black */
@font-face {
    font-family: 'GolosText';
    src: local('GolosText'),
         url('../fonts/golos/GolosText-Black.ttf') format('truetype'),
         url('../fonts/golos/GolosText-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/golos/GolosText-Black.woff') format('woff'); 
    font-weight: 900;
    font-style: normal;
}
