/* fleur-de-leah-regular - latin */
@font-face {
  font-family: 'Fleur De Leah';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/fleur-de-leah-v1-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/fleur-de-leah-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/fleur-de-leah-v1-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/fleur-de-leah-v1-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/fleur-de-leah-v1-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/fleur-de-leah-v1-latin-regular.svg#FleurDeLeah') format('svg'); /* Legacy iOS */
}

/* cabin-sketch-regular - latin */
@font-face {
  font-family: 'Cabin Sketch';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cabin-sketch-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/cabin-sketch-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cabin-sketch-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/cabin-sketch-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/cabin-sketch-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/cabin-sketch-v14-latin-regular.svg#CabinSketch') format('svg'); /* Legacy iOS */
}
/* cabin-sketch-700 - latin */
@font-face {
  font-family: 'Cabin Sketch';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/cabin-sketch-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/cabin-sketch-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cabin-sketch-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/cabin-sketch-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/cabin-sketch-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/cabin-sketch-v14-latin-700.svg#CabinSketch') format('svg'); /* Legacy iOS */
}


.header, h1, h2, h3, h4, h5, h6 {
  font-family:  "Roboto", "Cabin Sketch", sans-serif;
  margin-block-start: 0;
  margin-block-end: 0;
}
.header{ font-weight: 700!important; }

h1, h1 .remark-code, h1 code {
  font-size:38px!important;
  font-weight: 900;
}
h2, h2 .remark-code, h2 code {
  font-size:36px!important;
  font-weight: 800;
}
h3, h3 .remark-code, h3 code {
  font-size:34px!important;
  font-weight: 700;
}
h4, h4 .remark-code, h4 code {
  font-size:32px!important;
}
h5, h5 .remark-code, h5 code {
  font-size:30px!important;
}
h6, h6 .remark-code, h6 code {
  font-size:28px!important;
}


/* body */
.remark-slide-content {
  font-family: 'Roboto', sans-serif;
  font-size: 24px!important;
  line-height: 1.4;
}

/* code */

.remark-code, code {
  font-family: 'Fira Code', sans-serif;
  font-variant-ligatures: none;
  line-height: 1.4;
  color:  var(--color-yellow);
}
