/* regular */
@font-face {
  font-family: 'Iosevka Custom';
  font-weight: 400;
  font-display: swap;
  src: url(IosevkaCustom-Regular.woff2) format('woff2');
  unicode-range: U+0000-0369;
}

/* bold */
@font-face {
  font-family: 'Iosevka Custom';
  font-weight: 700;
  font-display: swap;
  src: url(IosevkaCustom-Bold.woff2) format('woff2');
  unicode-range: U+0000-0369;
}

/* italic */
@font-face {
  font-family: 'Iosevka Custom';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(IosevkaCustom-Italic.woff2) format('woff2');
  unicode-range: U+0000-0369;
}

/* bold italic */
@font-face {
  font-family: 'Iosevka Custom';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(IosevkaCustom-BoldItalic.woff2) format('woff2');
  unicode-range: U+0000-0369;
}