/**
 * White theme for reveal.js. This is the opposite of the 'black' theme.
 *
 * By Hakim El Hattab, http://hakim.se
 */
@import url(./fonts/ibm-plex-mono/ibm-plex-mono.css);
@import url(./fonts/ibm-plex-sans/ibm-plex-sans.css);
@import url(./fonts/ibm-plex-sans-condensed/ibm-plex-sans-condensed.css);

/*********************************************
 * GLOBAL STYLES
 *********************************************/
:root {
  --r-main-font: IBM Plex Sans, Source Sans Pro, Helvetica, sans-serif;
  --r-main-font-size: 38px;
  --r-main-color: #292e38;
  --r-heading-font: IBM Plex Sans, Source Sans Pro, Helvetica, sans-serif;
  --r-heading-color: #292e38;
  --r-heading-line-height: 1.2;
  --r-heading-text-transform: none;
  --r-heading1-size: 1.2em;
  --r-heading2-size: 1.2em;
  --r-heading3-size: 1em;
  --r-code-font: IBM Plex Mono, monospace;
  --r-link-color: #007FFF;
  --r-selection-background-color: #ffdbe8;
}

.reveal .slides {
  pointer-events: none;
  text-align: initial;
}

.reveal .slide-number {
  right:unset;
  left: 10px;
  bottom: 10px;
  font-size: 14px;
}

/*********************************************
 * HEADERS
 *********************************************/



/*********************************************
 * OTHER
 *********************************************/

.reveal strong,
.reveal b {
  /* semibold */
  font-weight: 600;
}

.reveal code {
  font-size: 0.85em;
  /* background-color: #ffd1e1; */
  font-weight: 600;
}

.reveal figure.w75 > img,
figure.w75 > figcaption {
  max-width: 75%;
  font-size: 45%;
}

figure > figcaption {
  font-size: 45%;
}

.reveal figure > img {
  margin-bottom: 0;
}

.reveal code {
  background-color: #ffdbe8;
  border-radius: 5px;
}

/*********************************************
 * LINKS
 *********************************************/



/*********************************************
 * Frame helper
 *********************************************/



/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/



/*********************************************
 * PROGRESS BAR
 *********************************************/



/*********************************************
 * PRINT BACKGROUND
 *********************************************/