@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/fjalla-one-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/rubik-400.ttf') format('truetype');
}

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

@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/rubik-400-italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/rubik-700-italic.ttf') format('truetype');
}

@font-face {
  font-family: 'MaziusDisplay';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/mazius-display-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'MaziusDisplay';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/mazius-display-extra-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'MaziusDisplay';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/mazius-display-bold.woff2') format('woff2');
}

@font-face {
  font-family: 'MaziusDisplay';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/mazius-display-extra-italic-bold.woff2') format('woff2');
}
