@font-face {
    font-family: 'Reef';
    src: url('../fonts/Reef-Bold.eot');
    src: url('../fonts/Reef-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Reef-Bold.woff2') format('woff2'),
        url('../fonts/Reef-Bold.woff') format('woff'),
        url('../fonts/Reef-Bold.ttf') format('truetype'),
        url('../fonts/Reef-Bold.svg#Reef-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma.eot');
    src: url('../fonts/Tahoma.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Tahoma.woff2') format('woff2'),
        url('../fonts/Tahoma.woff') format('woff'),
        url('../fonts/Tahoma.ttf') format('truetype'),
        url('../fonts/Tahoma.svg#Tahoma') format('svg');
    font-weight: normal;
    font-style: normal;
}

.font_reef{
    font-family: 'Reef'; font-weight: bold; font-style: normal;
}
.font_tahoma{
    font-family: 'Tahoma'; font-weight: normal; font-style: normal;
}
