@font-face {
  font-family: 'Systemia';
  src:
    url('./fonts/Systemia-Regular.woff2') format('woff2'),
    url('./fonts/Systemia-Regular.woff') format('woff');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Systemia';
  src:
    url('./fonts/Systemia-Italic.woff2') format('woff2'),
    url('./fonts/Systemia-Italic.woff') format('woff');
  font-display: swap;
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Systemia';
  src:
    url('./fonts/Systemia-Medium.woff2') format('woff2'),
    url('./fonts/Systemia-Medium.woff') format('woff');
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Systemia';
  src:
    url('./fonts/Systemia-MediumItalic.woff2') format('woff2'),
    url('./fonts/Systemia-MediumItalic.woff') format('woff');
  font-display: swap;
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Systemia';
  src:
    url('./fonts/Systemia-Semibold.woff2') format('woff2'),
    url('./fonts/Systemia-Semibold.woff') format('woff');
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Systemia';
  src:
    url('./fonts/Systemia-SemiboldItalic.woff2') format('woff2'),
    url('./fonts/Systemia-SemiboldItalic.woff') format('woff');
  font-display: swap;
  font-weight: 600;
  font-style: italic;
}
