/* =============================================================================
   Fonts - Embeded web fonts and fonts usage declarations
   ========================================================================== */

@font-face {
    font-family: 'SegoeUI';
    src: url('../../fonts/SEGOEUI.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SegoeUI';
    src: url('../../fonts/SEGOEUIB.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body 
{
    font-family: SegoeUI, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-family: SegoeUI, Arial, Helvetica, sans-serif;
}