@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700);

body { 
    background-color: #0b362b;
}

.reveal {
  font-family: 'Poppins', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #ECF682;
}

.reveal .progress {
  min-height: 0.2em;
}

.reveal .controls,
.reveal .progress,
.reveal h1,
.reveal h2,
.reveal h3 {
  color: #B8D03A;
}

.reveal h1 {
  font-weight: 700;
}

.reveal h2 {
  font-weight: 600;
}

.reveal h3 {
  font-weight: 600;
}
