@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DIN Pro/dinpro.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DIN Pro/dinpro_bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DIN Pro/dinpro_black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DIN Pro/dinpro_condensedblack.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DIN Pro/dinpro_medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* Apply the font globally */
body {
    font-family: 'DIN Pro', sans-serif;
}
