

/* --- 1. Define Caveat Local Font --- */
@font-face {
  font-family: 'Caveat';
  src: url('../fonts/HAYA-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Caveat';
  src: url('../fonts/HAYA-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* --- 2. Define Baloo 2 Local Font --- */
@font-face {
  font-family: 'Baloo 2';
  src: url('../fonts/a-jannat-lt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baloo 2';
  src: url('../fonts/a-jannat-lt-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* --- 2. Define Nunito Local Font --- */
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/a-jannat-lt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.eyebrow {
  transform: rotate(-5deg);
}
.footer-mofu {
  left: 24px;
  right: auto;
  transform: rotateY(180deg);
}