@font-face {
  font-family: 'Heiy';
  font-weight: 400;
  src: url('./Heiy.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Wix';
  font-weight: 500;
  src: url('./WixMadeforText-Medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Wix Bold';
  font-weight: 700;
  src: url('./WixMadeforText-Bold.otf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Wix Light';
  font-weight: 400;
  src: url('./WixMadeforText-Regular.otf') format('truetype');
  font-display: swap;
}
