

/* ZRCola fontovi */
@font-face {
  font-family: 'ZRCola';
  font-style: normal;
  font-weight: 400;
  src: url('/static/required/fonts/ZRCola_Re.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'ZRCola';
  font-style: italic;
  font-weight: 400;
  src: url('/static/required/fonts/ZRCola_It.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'ZRCola';
  font-style: normal;
  font-weight: 700;
  src: url('/static/required/fonts/ZRCola_Bd.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'ZRCola';
  font-style: italic;
  font-weight: 700;
  src: url('/static/required/fonts/ZRCola_BI.otf') format('opentype');
  font-display: swap;
}

/* Trenda fontovi */
@font-face {
  font-family: 'Trenda';
  src: url('/static/required/fonts/Trenda-BoldIt.woff2') format('woff2'),
      url('/static/required/fonts/Trenda-BoldIt.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Trenda';
  src: url('/static/required/fonts/Trenda-Regular.woff2') format('woff2'),
      url('/static/required/fonts/Trenda-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trenda';
  src: url('/static/required/fonts/Trenda-RegularIt.woff2') format('woff2'),
      url('/static/required/fonts/Trenda-RegularIt.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Trenda';
  src: url('/static/required/fonts/Trenda-Heavy.woff2') format('woff2'),
      url('/static/required/fonts/Trenda-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trenda';
  src: url('/static/required/fonts/Trenda-Bold.woff2') format('woff2'),
      url('/static/required/fonts/Trenda-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trenda';
  src: url('/static/required/fonts/Trenda-Light.woff2') format('woff2'),
      url('/static/required/fonts/Trenda-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

