/* Webfont declarations for Learning Modules */

@font-face {
  font-family: 'BwDariusDemo-Light';
  src: url('../fonts/BwDariusDEMO-Light.woff2') format('woff2'),
       url('../fonts/BwDariusDEMO-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova-Light';
  src: url('../fonts/ProximaNova-Light.woff2') format('woff2'),
       url('../fonts/ProximaNova-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
       url('../fonts/ProximaNova-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Optional base usage example */
.learning-module-viewer {
  font-family: 'ProximaNova-Light', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
.slide-title {
  font-family: 'ProximaNova-Semibold', inherit;
}
