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

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

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

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

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

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

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