@font-face {
  font-family: "BalooPaaji2";
  src: url("/angebote/assets/fonts/BalooPaaji2-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BalooPaaji2";
  src: url("/angebote/assets/fonts/BalooPaaji2-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "BalooPaaji2";
  src: url("/angebote/assets/fonts/BalooPaaji2-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "BalooPaaji2";
  src: url("/angebote/assets/fonts/BalooPaaji2-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "BalooPaaji2";
  src: url("/angebote/assets/fonts/BalooPaaji2-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

/* Apply the font globally */
body {
  font-family: "BalooPaaji2", sans-serif;
}
