/* open sans */
@font-face {
  font-family: 'Balooda-Regular';
  src: url('../fonts/Opensans/OpenSans-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Balooda-Medium';
  src: url('../fonts/Opensans/OpenSans-Medium.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Balooda-Semi-Bold';
  src: url('../fonts/Opensans/OpenSans-Light.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Balooda-Bold';
  src: url('../fonts/Opensans/OpenSans-Italic.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Balooda-Extra-Bold';
  src: url('fonts/Opensans/OpenSans-Bold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}