@font-face {
    font-family: 'neo';
    src: url('fonts/din-next-lt-w23-bold.ttf');
    font-weight: 700;
    font-display: fallback;
}
@font-face {
    font-family: 'neo';
    src: url('fonts/din-next-lt-w23-medium.ttf');
    font-weight: 500;
    font-display: fallback;
}
@font-face {
    font-family: 'neo';
    src: url('fonts/din-next-lt-w23-regular.ttf');
    font-weight: 400;
    font-display: fallback;
}
@font-face {
    font-family: 'neo';
    src: url('fonts/din-next-lt-w23-light.ttf');
    font-weight: 300;
    font-display: fallback;
}
body{
    font-family: 'neo', sans-serif !important;
}
h1, h2, h3, h4, h5, h6,#cssmenu > ul > li > a{
    font-family: 'neo', sans-serif;
    font-weight: 700;
}