@font-face {
  font-family: 'Elika-Gorica';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Elika-Gorica/elika_gorica-webfont.woff2') format('woff2'),
       url('/res/fonts/marcellus-v13-latin-regular.woff?v=1.1') format('woff');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Barlow/Barlow-Regular.woff2') format('woff2'),
       url('/res/fonts/Barlow/Barlow-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Barlow/Barlow-Italic.woff2') format('woff2'),
       url('/res/fonts/Barlow/Barlow-Italic.woff') format('woff');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Barlow/Barlow-Bold.woff2') format('woff2'),
       url('/res/fonts/Barlow/Barlow-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Barlow/Barlow-BoldItalic.woff2') format('woff2'),
       url('/res/fonts/Barlow/Barlow-BoldItalic.woff') format('woff');
}