/* @font-face {
    font-family: 'Segoe';
    src: url('../fonts/Segoe/SegoeUILight.eot');
    src: url('../fonts/Segoe/SegoeUILight.eot') format('embedded-opentype'),
         url('../fonts/Segoe/SegoeUILight.woff2') format('woff2'),
         url('../fonts/Segoe/SegoeUILight.woff') format('woff'),
         url('../fonts/Segoe/SegoeUILight.ttf') format('truetype'),
         url('../fonts/Segoe/SegoeUILight.svg#SegoeUILight') format('svg');
	font-style: normal;
	font-weight: 200;
}
 */
 
@font-face {
    font-family: 'TT Hoves';
    src: url('../fonts/hoves/TTHoves-Regular.eot');
    src: local('TT Hoves Regular'), local('TTHoves-Regular'),
        url('../fonts/hoves/TTHoves-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/hoves/TTHoves-Regular.woff2') format('woff2'),
        url('../fonts/hoves/TTHoves-Regular.woff') format('woff'),
        url('../fonts/hoves/TTHoves-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
 
 @font-face {
    font-family: 'TT Hoves';
    src: url('../fonts/hoves/TTHoves-Bold.eot');
    src: local('TT Hoves Bold'), local('TTHoves-Bold'),
        url('../fonts/hoves/TTHoves-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/hoves/TTHoves-Bold.woff2') format('woff2'),
        url('../fonts/hoves/TTHoves-Bold.woff') format('woff'),
        url('../fonts/hoves/TTHoves-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
 
