@font-face {
  font-family: 'Calibre';
  src: local('Calibre Regular'),
      url('/webfont/wp-content/uploads/2022/10/calibre-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre';
  src: local('Calibre Semibold'),
      url('/webfont/calibre-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre';
  src: local('Custom Font'),
      url('/webfont/calibre-bold.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}