@charset "utf-8";

/* Font DIN-Web Regular
##################################################################################################################### */
@font-face {
    /* first for IE 4–8 */
    font-family: wf-DINWeb;
    src: url("../Fonts/DINWeb.eot");
}

@font-face {
    /* then for WOFF-capable browsers */
    font-family: wf-DINWeb;
    src: url("../Fonts/DINWeb.woff") format("woff");
}

/* Font DIN-Web Bold
##################################################################################################################### */
@font-face {
    /* first for IE 4–8 */
    font-family: wf-DINWeb-Bold;
    src: url("../Fonts/DINWeb-Bold.eot");
}

@font-face {
    /* then for WOFF-capable browsers */
    font-family: wf-DINWeb-Bold;
    src: url("../Fonts/DINWeb-Bold.woff") format("woff");
}

/* Font DIN-Web Bold Condensed
##################################################################################################################### */
@font-face {
    /* first for IE 4–8 */
    font-family: wf-DINWeb-CondBold;
    src: url("../Fonts/DINWeb-CondBold.eot");
}

@font-face {
    /* then for WOFF-capable browsers */
    font-family: wf-DINWeb-CondBold;
    src: url("../Fonts/DINWeb-CondBold.woff") format("woff");
}

/* Font 20 Cents Marker
##################################################################################################################### */
@font-face {
    /* first for IE 4–8 */
    font-family: centsMarker;
    src: url("../Fonts/20_cents_marker.eot");
}

@font-face {
    /* then for WOFF-capable browsers */
    font-family: centsMarker;
    src: url("../Fonts/20_cents_marker.woff") format("woff");
}
