@font-face {
    font-family: 'HelveticaNeue';
    src: local('HelveticaNeue-Thin'),
    url('HelveticaNeue-Thin.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}



@font-face {
    font-family: 'HelveticaNeue';
    src: local('HelveticaNeue-Light'),
    url('HelveticaNeue-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: local('HelveticaNeue-Regular'),
    url('HelveticaNeue-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: local('HelveticaNeue-Medium'),
    url('HelveticaNeue-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'HelveticaNeue';
    src: local('HelveticaNeue-Bold'),
    url('HelveticaNeue-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'HerrVonMuellerhoff';
    src: local('HerrVonMuellerhoff-Regular'),
    url('HerrVonMuellerhoff-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}




