/* פונט הכותרות של פ. גורדי — FbForma, כמו באתר החברה */

@font-face {
  font-family: 'FbForma';
  src: url('/assets/fonts/fbforma-light.woff2') format('woff2');
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FbForma';
  src: url('/assets/fonts/fbforma-medium.woff2') format('woff2');
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FbForma';
  src: url('/assets/fonts/fbforma-black.woff2') format('woff2');
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}
