@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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&display=swap');
/* font for persian poetry */
@import url('https://fonts.googleapis.com/css2?family=Parastoo:wght@400..700&display=swap');

body {
  background: #1c1e20;
  background: -moz-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555a5f), color-stop(100%, #1c1e20));
  background: -webkit-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background-color: #2b2b2b; }

.reveal h1 {
  font-family: "Barlow Condensed", sans-serif;
  text-shadow: 1px 1px 1px black; /* custom */
  color: #eeeeee;
}

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

.reveal {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  color: #eeeeee; }

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

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

/* Custom block for Persian */
.reveal :lang(fa) {
  direction: rtl;
  font-family: "Parastoo", serif;
  font-weight: normal;
  font-size: 1.4em;
  letter-spacing: normal !important; /* any other value with cause لا character to change shape */
}