html {
  scroll-behavior: smooth;
  scroll-padding-top: 175px; /* Header height */
}

body {
  background-color: #ffffff;
  color: #000000;
}

.editorial-rule {
  border-bottom: 2px solid #000000;
}

.editorial-rule-thin {
  border-bottom: 1px solid #000000;
}

.vertical-rule {
  border-left: 1px solid #000000;
}

.masthead-logo {
  font-family: "Source Serif 4", serif;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.newspaper-columns {
  column-count: 1;
}

@media (min-width: 768px) {
  .newspaper-columns {
    column-count: 2;
    column-gap: 40px;
    column-rule: 1px solid #000000;
  }
}

.dropcap::first-letter {
  float: left;
  font-size: 5rem;
  line-height: 4rem;
  padding-right: 12px;
  font-family: "Source Serif 4", serif;
  font-weight: 700;
}

.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
  color: #000000 !important;
}

/* Newspaper specific styles */
.article-title {
  line-height: 0.95;
  font-weight: 800;
  text-transform: uppercase;
}

.section-header {
  border-top: 4px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 8px 0;
  margin-bottom: 32px;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}
