@font-face {
    font-family: 'Segoe Print';
    src: url('fonts/SegoePrint.eot');
    src: url('fonts/SegoePrint.eot') format('embedded-opentype'),
    	 url('fonts/SegoePrint.woff2') format('woff2'),
    	 url('fonts/SegoePrint.woff') format('woff'),
    	 url('fonts/SegoePrint.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot') format('embedded-opentype'),
    	 url('fonts/raleway-regular-webfont.woff2') format('woff2'),
    	 url('fonts/raleway-regular-webfont.woff') format('woff'),
    	 url('fonts/raleway-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
  background-color: #F4F4F2 !important;
}