@font-face {
  font-family: StudioPro;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/StudioPro-Regular.otf') format('opentype'),
       url('../fonts/StudioPro-Regular.woff') format('woff');
}
@font-face {
  font-family: StudioPro;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/StudioPro-RegularItalic.otf') format('opentype'),
       url('../fonts/StudioPro-RegularItalic.woff') format('woff');
}
@font-face {
  font-family: StudioPro;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/StudioPro-SemiBold.otf') format('opentype'),
       url('../fonts/StudioPro-SemiBold.woff') format('woff');
}
@font-face {
  font-family: StudioPro;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/StudioPro-Bold.otf') format('opentype'),
       url('../fonts/StudioPro-Bold.woff') format('woff');
}
@font-face {
  font-family: StudioPro;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/StudioPro-SemiBoldItalic.otf') format('opentype'),
       url('../fonts/StudioPro-SemiBoldItalic.woff') format('woff');
}
@font-face {
  font-family: StudioPro;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/StudioPro-BoldItalic.otf') format('opentype'),
       url('../fonts/StudioPro-BoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Pixel Operator';
  src: url('../fonts/PixelOperator.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Pixel Operator';
  src: url('../fonts/PixelOperator-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
