@font-face {
  font-family: 'BadaBoom';
  src: url('../assets/fonts/badaboom.TTF') format('truetype');
}

.play-regular {
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-style: normal;
}
  
.play-bold {
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* .badaboom {
  font-family: 'BadaBoom', system-ui;
  font-weight: 400;
  font-style: normal;
} */

.comic-relief-regular {
  font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;
}

.comic-relief-bold {
  font-family: "Comic Relief", system-ui;
  font-weight: 700;
  font-style: normal;
}
  
.h-dsn {
  height: 100dvh;
}

.min-h-dsn {
  min-height: 100dvh;
}
  