/* About Us (201) — brand fonts, no bold, no all-caps */
body.page-id-201 .entry-header .page-title,
body.page-id-201 header.entry-header {
  display: none !important;
}

/* Headings: Paralucent, regular weight */
body.page-id-201 .elementor-heading-title,
body.page-id-201 h1,
body.page-id-201 h2,
body.page-id-201 h3,
body.page-id-201 h4 {
  font-family: paralucent-text, sans-serif !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

/* Body / UI copy: Untitled Sans, regular/light */
body.page-id-201,
body.page-id-201 p,
body.page-id-201 li,
body.page-id-201 .elementor-icon-list-text,
body.page-id-201 .elementor-icon-list-item,
body.page-id-201 .elementor-button-text,
body.page-id-201 .elementor-button,
body.page-id-201 .e-n-accordion-item-title,
body.page-id-201 .e-n-accordion-item-title-text,
body.page-id-201 .e-n-accordion-item-title-header,
body.page-id-201 .elementor-widget-text-editor,
body.page-id-201 input,
body.page-id-201 textarea,
body.page-id-201 label {
  font-family: "Untitled Sans", sans-serif !important;
  text-transform: none !important;
}

body.page-id-201 .elementor-heading-title,
body.page-id-201 h1.elementor-heading-title,
body.page-id-201 h2.elementor-heading-title,
body.page-id-201 h3.elementor-heading-title,
body.page-id-201 h4.elementor-heading-title {
  font-family: paralucent-text, sans-serif !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

/* Kill bold / all-caps anywhere in page content */
body.page-id-201 .elementor-201,
body.page-id-201 .elementor-201 * {
  font-weight: 400 !important;
  text-transform: none !important;
}
body.page-id-201 .elementor-201 strong,
body.page-id-201 .elementor-201 b {
  font-weight: 400 !important;
}

/* Keep body copy slightly lighter if already set — override the blanket 400 for text editors/lists to 300 */
body.page-id-201 .elementor-201 .elementor-widget-text-editor,
body.page-id-201 .elementor-201 .elementor-widget-text-editor *,
body.page-id-201 .elementor-201 .elementor-icon-list-text,
body.page-id-201 .elementor-201 .e-n-accordion-item-title-text {
  font-weight: 300 !important;
}