/* Calibre - Deck's body text font */
@font-face {
  font-display: swap;
  font-family: 'Calibre';
  font-weight: 100 400;
  src: url('font-calibre/regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Calibre';
  font-weight: 500;
  src: url('font-calibre/medium.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Calibre';
  font-weight: 600;
  src: url('font-calibre/semibold.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Calibre';
  font-weight: 700 900;
  src: url('font-calibre/bold.woff2') format('woff2');
}
