@import url('https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@300;400;500;600;700&display=swap');

body {
  background: #1b3229;
  
  background: -moz-radial-gradient(center, circle cover, #386553 0%, #1b3229 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #386553), color-stop(100%, #1b3229));
  background: -webkit-radial-gradient(center, circle cover, #386553 0%, #1b3229 100%);
  background: -o-radial-gradient(center, circle cover, #386553 0%, #1b3229 100%);
  background: -ms-radial-gradient(center, circle cover, #386553 0%, #1b3229 100%);
  background: radial-gradient(center, circle cover, #386553 0%, #1b3229 100%);
}

h1, h2 {
  font-family: "Cormorant Unicase", serif !important;
  text-shadow: none !important;
  font-weight: bold;
}

h1, h2, h3, h4, h5, p, strong {
  color: #4b3803 !important;
}

.reveal {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  color: #fdfbe4;
  text-shadow: none !important;
}

.reveal p {
  text-shadow: none !important;
}

::selection {
  color: black;
  background: #fdfbe4;
  text-shadow: none;
}

::-moz-selection {
  color: black;
  background: #fdfbe4;
  text-shadow: none;
}