/**
 * TimeApp typography — Plus Jakarta Sans overrides legacy theme fonts.
 */
:root {
  --timeapp-font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--timeapp-font) !important;
  line-height: 1.6;
}

body :not(.fa):not([class*=" fa-"]):not([class^="fa-"]):not([class*=" ti-"]):not([class^="ti-"]):not(.ElegantIcons) {
  font-family: var(--timeapp-font) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title-section .title,
.widget-title,
.home-hero__title {
  letter-spacing: -0.02em;
}

.home-hero__lead,
p,
li {
  line-height: 1.65;
}
