@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro/DINPro.woff2') format('woff2'),
    url('../fonts/DINPro/DINPro.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Black/DINPro-Black.woff2') format('woff2'),
    url('../fonts/DINPro-Black/DINPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/Gilroy-Regular/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/Gilroy-Bold/Gilroy-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}