
@font-face {
    font-family: 'DIN Next';
    font-weight: 900;
    src: url('../plugins/global/fonts/din-next/DINNextW1G-Black.otf') format('woff');
  }

  @font-face {
    font-family: 'DIN Next';
    font-weight: 700;
    src: url('../plugins/global/fonts/din-next/DINNextW1G-Bold.otf') format('woff');
  }

  @font-face {
    font-family: 'DIN Next';
    font-weight: 600;
    src: url('../plugins/global/fonts/din-next/DINNextW1G-Medium.otf') format('woff');
  }

  @font-face {
    font-family: 'DIN Next';
    font-weight: 400;
    src: url('../plugins/global/fonts/din-next/DINNextW1G-Regular.otf') format('woff');
  }

  @font-face {
    font-family: 'DIN Next';
    font-weight: 300;
    src: url('../plugins/global/fonts/din-next/DINNextW1G-Light.otf') format('woff');
  }

  @font-face {
    font-family: 'DIN Next';
    font-weight: 200;
    src: url('../plugins/global/fonts/din-next/DINNextW1G-UltraLight.otf') format('woff');
}

body {
    --bs-font-sans-serif: "DIN Next", "sans-serif";
    font-family: "DIN Next", "sans-serif";
}
