@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;800&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap');

body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  background-color: #FDFDFB;
  color: #111625;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

.font-shield-serif {
  font-family: 'Cinzel', Georgia, serif;
}

.editorial-column-rule {
  border-right: 1px solid #111625;
}

@media (max-width: 1024px) {
  .editorial-column-rule {
    border-right: none;
    border-bottom: 1px solid #111625;
  }
}
