/* Import Arial font */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;600;700;900&display=swap');

.story-body #story-area { 
  background-color: rgb(236, 240, 240); 
}

.story-body #story-area .story-area.narrow { 
  background-color: #fff; 
}

#story-area .story-feature.center { 
  background-color: rgba(51, 59, 62, 0.8); 
}

#story-area .story-area h1, 
#story-area .story-area h2, 
#story-area .story-area h3, 
#story-area .story-area h4 { 
  font-family: 'Arial light', sans-serif; 
  font-size: 16px; 
  font-weight: 100; 
}

* { 
  font-family: 'Arial', sans-serif; 
}

#story-area .story-area img { 
  border-radius: 0; 
}

#story-area .story-grid .grid-content-tall .content-thumbnail { 
  border-radius: 0; 
}

#story-area .story-modal .content div { 
  background-color: #333B3E; 
  border-radius: 0; 
  text-align: center; 
  overflow: hidden; 
}

#story-area .story-feature.center { 
  padding-top: 0; 
  padding-bottom: 0; 
}

#story-area .story-feature.center h4 { 
  display: none; 
}

/* Removed extra image from .story-header::before */
.story-header::before { 
  content: none; 
}

/* Make specific questions bold */
.bold-question { 
  font-weight: 700 !important; 
}
