@charset "utf-8";
/* Roca by lokalny plik fontów */

/* Regular */
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
