@font-face {
	font-family: Segoe;
	src: url("../fonts/Segoe_Print.ttf") format("truetype");
}

@font-face{
    font-family: 'weather';
    src: url('../fonts/artill_clean_icons-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bellotaregular';
    src: url('../fonts/Bellota-Regular-webfont.eot');
    src: url('../fonts/Bellota-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Bellota-Regular-webfont.woff') format('woff'),
         url('../fonts/Bellota-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Bellota-Regular-webfont.svg#bellotaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NerisLight';
    src: url('../fonts/Neris-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Caveat';
    src: url('../fonts/Caveat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Maritime';
    src: url('../fonts/Maritime_Sans.ttf') format('truetype');
}

html, body, h1, h2, h3, h4, h5, h6, p{
    font-family: 'NerisLight', sans-serif !important; 
    color: #626262;
    font-weight: normal !important;
}