@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift.eot');
    src: url('../fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bahnschrift.woff2') format('woff2'),
        url('../fonts/Bahnschrift.woff') format('woff'),
        url('../fonts/Bahnschrift.ttf') format('truetype'),
        url('../fonts/Bahnschrift.svg#Bahnschrift') format('svg');
    font-weight: normal;
    font-style: normal;
}
.font1{
	font-family: 'Bahnschrift';
    font-weight: normal;
    font-style: normal;
}
.font2{
    font-family: 'Bahnschrift';
    font-weight: bold;
    font-style: normal;
}
.font3{
    font-family: 'Bahnschrift';
    font-weight: lighter;
    font-style: normal;
}