/* musetext :: fonts.css
   Bundled families are SIL Open Font License and ship with the app.
   BBH Bartle and Druk are not redistributable here — drop the files into
   core/fonts/user/ yourself and they light up automatically in the font picker. */

@import url('../fonts/google.css');

@font-face {
  font-family: 'BBH Bartle';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/user/BBHBartle.woff2') format('woff2'),
       url('../fonts/user/BBHBartle.woff') format('woff'),
       url('../fonts/user/BBHBartle.ttf') format('truetype'),
       url('../fonts/user/BBHBartle.otf') format('opentype');
}

@font-face {
  font-family: 'Druk';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../fonts/user/Druk.woff2') format('woff2'),
       url('../fonts/user/Druk.woff') format('woff'),
       url('../fonts/user/Druk.ttf') format('truetype'),
       url('../fonts/user/Druk.otf') format('opentype');
}
