@font-face {
    font-family: "DIN Pro";
    font-style: normal;
    font-weight: 300;
    src: url("/wp-content/themes/new_theme/assets/fonts/DINPro-Light.woff2") format("woff2"),
        url("/wp-content/themes/new_theme/assets/fonts/DINPro-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    src: url("/wp-content/themes/new_theme/assets/fonts/Segoe-UI.ttf") format("truetype");
}

@font-face {
    font-family: "DIN Pro";
    font-style: normal;
    font-weight: 400;
    src: url("/wp-content/themes/new_theme/assets/fonts/DINPro-Regular.woff2") format("woff2"),
        url("/wp-content/themes/new_theme/assets/fonts/DINPro-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "DIN Pro";
    font-style: normal;
    font-weight: 500;
    src: url("/wp-content/themes/new_theme/assets/fonts/DINPro-Medium.woff2") format("woff2"),
        url("/wp-content/themes/new_theme/assets/fonts/DINPro-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "DIN Pro";
    font-style: normal;
    font-weight: 700;
    src: url("/wp-content/themes/new_theme/assets/fonts/DINPro-Bold.woff2") format("woff2"),
        url("/wp-content/themes/new_theme/assets/fonts/DINPro-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "DIN Pro";
    font-style: normal;
    font-weight: 900;
    src: url("/wp-content/themes/new_theme/assets/fonts/DINPro-Black.woff2") format("woff2"),
        url("/wp-content/themes/new_theme/assets/fonts/DINPro-Black.ttf") format("truetype");
}