/* Bowler soft titles override */
:root {
  --etl-bowler-weight: 400;
}

h1,
h2,
.section-title,
.page-title,
.docs-title,
.hero-title,
.hero__title,
.p-hero__title,
.headline,
.headline-strong,
.accent-title,
.mobile-nav__title,
#geo .geo-title,
#geo .geo-city,
.map-visual span,
#p-header .p-dd-col-title {
  font-family: "Bowler", Impact, Arial, sans-serif !important;
  font-weight: var(--etl-bowler-weight) !important;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  line-height: 0.95;
  font-synthesis: none;
}
