@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');

body {
  font-family: 'Fira Sans','Droid Serif', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif;
}

.remark-code, .remark-inline-code {
  font-family: 'JetBrains Mono', 'Fira Code', 'Lucida Console', Monaco, monospace;
  font-size: 80%;
}

.remark-code-zoom {
  font-family: 'JetBrains Mono', 'Fira Code', 'Lucida Console', Monaco, monospace;
  font-size: 100%;
}

.remark-slide-content {
  background-color: #FAFAFA;
  border-top: 90px solid #66215E;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5;
  padding: 1em 2em 1em 2em
}

.title-slide .inverse .remark-slide-content {
  background-color: #FAFAFA;
}

.inverse {
  background-color: #23373B;
  text-shadow: none;
}

.remark-slide-content > h1 {
  font-family: 'Fira Sans';
  font-weight: normal;
  font-size: 45px;
  margin-top: -100px;
  margin-left: -00px;
  padding-bottom: 10px;
  color: #FAFAFA;
  line-height: 1;
}

.remark-slide-content > h1 > .remark-inline-code {
  background: none;
}

.remark-slide-content > ul {
  margin-top: -20px;
}

.remark-slide-content > inverse {
width: 112px;
height: 47px;
border-bottom: 1px solid black;
position: absolute;
}

.remark-slide-number {
  display: none;
}

/* Removes colored bar from top of the slide resulting in a clear slide */
.clear{
  border-top: 0px solid #FAFAFA;
}

.remark-slide-content > h2, h3, h4 {
  padding-top: -15px;
  padding-bottom: 00px;
  color: #1A292C;
  text-shadow: none;
  font-weight: 400;
  text-align: left;
  margin-left: 00px;
  margin-bottom: -10px;
}

.remark-slide-content > h2, .pull-left > h2, .pull-right > h2 {
  font-size: 40px;
}

.remark-slide-content > h3, .remark-slide-content > h4,
.pull-left > h3, .pull-left > h4, .pull-right > h3, .pull-right > h4 {
  font-size: 36px;
}

.remark-slide-content > blockquote {
  font-style: italic;
  color: grey;
}

.remark-slide-content .font80 > blockquote {
  font-style: italic;
  color: grey;
}

.blue {
  color: blue;
}

.margin-top {
  margin-top: 20px;
}

.margin-bottom {
  margin-bottom: 40px;
}

.little-margin-top {
  margin-top: -30px;
  margin-bottom: -15px;
}

.very-little-margin-top {
  margin-top: -45px;
  margin-bottom: -15px;
}

.less-line-height {
  line-height: 1;
}

.more-line-height {
  line-height: 1.2;
}

.grey {
  color: grey;
}

.smaller {
  font-size: 80%;
}

.title-slide {
  background-color: #66215E;
  border-top: 80px solid #66215E;
}

.title-slide > h1  {
  color: #FAFAFA;
  font-size: 50px;
  text-shadow: none;
  font-weight: 400;
  text-align: left;
  margin-left: 15px;
  padding-top: 80px;
}
.title-slide > h2  {
  margin-top: -25px;
  padding-bottom: -20px;
  color: #a9a9a9;
  text-shadow: none;
  font-weight: 300;
  font-size: 40px;
  text-align: left;
  margin-left: 15px;
}
.title-slide > h3  {
  color: #FAFAFA;
  text-shadow: none;
  font-weight: 300;
  font-size: 25px;
  text-align: left;
  margin-left: 15px;
  margin-bottom: -30px;
}

.title-slide p {
  color: #FAFAFA;
}

.title-slide .grey {
  color: #a9a9a9;
}

.align-left {
  text-align: left;
}

.remark-slide-number {
  font-size: 13pt;
  font-family: 'Fira Sans';
  color: #272822;
  opacity: 1;
}
.inverse .remark-slide-number {
  font-size: 13pt;
  font-family: 'Fira Sans';
  color: #FAFAFA;
  opacity: 1;
}

/* turns off slide numbers for title page: https://github.com/gnab/remark/issues/298 */
.title-slide .remark-slide-number {
  display: none;
}

.remark-inline-code {
  /* background: #F5F5F5; /* lighter */
  background: #e7e8e2; /* darker */
  border-radius: 3px;
  padding: 4px;
}

.code10 .remark-code {
  font-size: 10%;
}

.code20 .remark-code {
  font-size: 20%;
}

.code30 .remark-code {
  font-size: 30%;
}

.code40 .remark-code {
  font-size: 40%;
}

.code50 .remark-code {
  font-size: 50%;
}

.code60 .remark-code {
  font-size: 60%;
}

.code65 .remark-code {
  font-size: 65%;
}

.code70 .remark-code {
  font-size: 70%;
}

.code80 .remark-code {
  font-size: 80%;
}

.code90 .remark-code {
  font-size: 90%;
}

.code100 .remark-code {
  font-size: 100%;
}

.font10 {
  font-size: 10%;
}

.font20 {
  font-size: 20%;
}

.font30 {
  font-size: 30%;
}

.font40 {
  font-size: 40%;
}

.font50 {
  font-size: 50%;
}

.font60 {
  font-size: 60%;
}

.font70 {
  font-size: 70%;
}

.font80 {
  font-size: 80%;
}

.font90 {
  font-size: 90%;
}

.font100 {
  font-size: 100%;
}

.font110 {
  font-size: 110%;
}

.font120 {
  font-size: 120%;
}

.font130 {
  font-size: 130%;
}

.font140 {
  font-size: 140%;
}

.font150 {
  font-size: 150%;
}

.font160 {
  font-size: 160%;
}
.font170 {
  font-size: 170%;
}
.font180 {
  font-size: 180%;
}
.font190 {
  font-size: 190%;
}
.font200 {
  font-size: 200%;
}

.strike {
  text-decoration: line-through;
}

h1 .remark-inline-code {
  background-color: #66215E;
}

.hljs {
  background-color: rgb(240, 240, 240) !important;
}

.hljs-type {
  color: purple !important;
}
.hljs-title {
  font-style: italic;
}