@font-face {
  font-family: 'BPG Nino Mtavruli';
  src: url('./bpg_nino_mtavruli_normal.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BPG Nino Mtavruli';
  src: url('./bpg_nino_mtavruli_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Utility class for bold BPG Nino Mtavruli font */
.font-bold-bpg {
  font-family: 'BPG Nino Mtavruli', sans-serif;
  font-weight: bold;
}

