
@font-face {
    font-family: 'webfontbold';
    src: url('nevis.eot');
    src: url('nevis.eot?#iefix') format('embedded-opentype'),
         url('nevis.woff') format('woff'),
         url('nevis.ttf') format('truetype'),
         url('nevis.svg#webfontbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sofia_pro_lightregular';
    src: url('SofiaProLight-webfont.eot');
    src: url('SofiaProLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('SofiaProLight-webfont.woff') format('woff'),
         url('SofiaProLight-webfont.ttf') format('truetype'),
         url('SofiaProLight-webfont.svg#sofia_pro_lightregular') format('svg');
    font-weight: 500;
    font-style: normal;

}

h1{
    font-family: webfontbold;
    font-size: 30pt;
    color: #007db2;
}

h2{
    font-family: webfontbold;
    font-size: 20pt;
    color: #000000;
}

h3{
    font-family: sofia_pro_lightregular;
    font-size: 16pt;
}

h4{
    font-family: webfontbold;
    font-size: 16pt;
    color: #386787;
}

body { font-family: sofia_pro_lightregular, Arial, Tahoma, sans-serif;
font-size: 12pt;

}