/* DIN Font Family */
@font-face {
    font-family: "din";
    src: url("../fonts/DINNextLTPro-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "din";
    src: url("../fonts/DINNextLTPro-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "din";
    src: url("../fonts/DINNextLTPro-Italic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "din";
    src: url("../fonts/DINNextLTPro-BoldItalic.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/* DIN Rounded Font Family */
@font-face {
    font-family: "din-rounded";
    src: url("../fonts/DINNextRoundedLTPro-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "din-rounded";
    src: url("../fonts/DINNextRoundedLTPro-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "din-rounded";
    src: url("../fonts/DINNextRoundedLTPro-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "din-rounded";
    src: url("../fonts/DINNextRoundedLTPro-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
