.bs-website:not(.theme-view) {
    --font-name: puvi !important;
    --regular-font: puviregular !important;
    --medium-font: puvimedium !important;
    --light-font: puvilight !important;
    --bold-font: puvibold !important;
   
}


.bs-section:not(.community-section-footer, .community-section-banner, .main-banner) article.foreground-layer {
    padding: 7em 0;
}

/* ===== Desktop only ===== */
@media (min-width: 1024px) {
  section[data-section-id="48430000478862057"] 
  .foreground-layer.bs-container {
    width: 1000px !important;
    max-width: 1000px !important;
    margin: 0 auto !important; /* keeps it centered */
  }
}