/* hebrew */
@font-face {
  font-family: 'Bellefair';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(Bellefair-Regular.ttf) format('truetype');
}
/* gothic */
@font-face {
  font-family: 'Cardo';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(Cardo-Italic.ttf) format('truetype');
}
/* gothic */
@font-face {
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(Cardo-Regular.ttf) format('truetype');
}
/* gothic */
@font-face {
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(Cardo-Bold.ttf) format('truetype');
}