@font-face {
    font-family: 'Zabota';
    src:
      url('/assets/Zabota.woff2') format('woff2'),
      url('/assets/Zabota.woff') format('woff'),
      url('/assets/Zabota.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

.zabota-font {
    font-family: Zabota, Onest !important;
}