@font-face {
    font-family: 'Sparkasse Web';
    src: url('Sparkasse_Bd.ttf');
    font-weight: bold;
    font-style: normal;
}

/*Bold italic*/
@font-face {
    font-family: 'Sparkasse Web';
    src: url('Sparkasse_BdIt.ttf');
    font-weight: bold;
    font-style: italic;
}

/*Italic*/
@font-face {
    font-family: 'Sparkasse Web';
    src: url('Sparkasse_It.ttf');
    font-weight: normal;
    font-style: italic;
}

/*Light*/
@font-face {
    font-family: 'Sparkasse Web';
    src: url('Sparkasse_Lt.ttf');
    font-weight: 200;
    font-style: normal;
}

/*Medium (600)*/
@font-face {
    font-family: 'Sparkasse Web';
    src: url('Sparkasse_Md.ttf');
    font-weight: 600;
    font-style: normal;
}

/*Normal*/
@font-face {
    font-family: 'Sparkasse Web';
    src: url('Sparkasse_Rg.ttf');
    font-weight: normal;
    font-style: normal;
}

/* DONT USE BELOW */


@font-face {
    font-family: 'Sparkasse Web Head';
    src: url('SparkasseHead_Rg.ttf');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'SparkasseSerif';
    src: url('SparkasseSerif_Rg.ttf');
    font-weight: normal;
    font-style: normal;
}

