/* Apply Tinos everywhere */
body,
html {
  font-family: "Tinos", serif;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tinos", serif;
  font-weight: 700;
}

/* Force font inside sidebar / profile area */
.sidebar,
.sidebar *,
.author__content,
.author__urls-wrapper,
.page__meta,
.nav__list a,
footer {
  font-family: "Tinos", serif;
}

/* ✅ Restore proper font for icons */
.fa,
.fab,
.far,
.fas,
.ai {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", "Academicons" !important;
  font-weight: 900 !important;
}
