@font-face {
    font-family: 'din-pro-bold';
    src: url('/fonts/din-pro/DINPro-Bold.eot');
    src: url('/fonts/din-pro/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/din-pro/DINPro-Bold.woff2') format('woff2'),
        url('/fonts/din-pro/DINPro-Bold.woff') format('woff'),
        url('/fonts/din-pro/DINPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'din-pro-regular';
    src: url('/fonts/din-pro/DINPro.eot');
    src: url('/fonts/din-pro/DINPro.eot?#iefix') format('embedded-opentype'),
        url('/fonts/din-pro/DINPro.woff2') format('woff2'),
        url('/fonts/din-pro/DINPro.woff') format('woff'),
        url('/fonts/din-pro/DINPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'din-pro-regular';
}

.autocomplete-suggestion, .autocomplete-suggestions strong {
    font-family: 'din-pro-bold';
}
