//Fonts
@font-face {
//Light
font-family: 'Steelfish';
    src:  url('../fonts/sds/2F0A1D_8_0.eot');
    src:  url('../fonts/sds/2F0A1D_8_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sds/2F0A1D_8_0.woff2') format('woff2'),
    url('../fonts/sds/2F0A1D_8_0.woff') format('woff'),
    url('../fonts/sds/2F0A1D_8_0.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}
@font-face {
//Regular
font-family: 'Steelfish';
    src:  url('../fonts/sds/2F0A1D_B_0.eot');
    src:  url('../fonts/sds/2F0A1D_B_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sds/2F0A1D_B_0.woff2') format('woff2'),
    url('../fonts/sds/2F0A1D_B_0.woff') format('woff'),
    url('../fonts/sds/2F0A1D_B_0.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'sds_dingsregular';
    src:  url('../fonts/sds/icons-webfont.eot');
    src:  url('../fonts/sds/icons-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sds/icons-webfont.woff2') format('woff2'),
    url('../fonts/sds/icons-webfont.woff') format('woff'),
    url('../fonts/sds/icons-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}