/* =========================
   FORÇA ABSOLUTA NO BLOG (TILDA FEED)
========================= */

/* Garante aplicação no container e tudo dentro */
.t-feed,
.t-feed__container,
.t-feed__post,
.t-feed__post-content {
  font-family: 'PolySans', sans-serif !important;
}

/* FORÇA TOTAL em TODOS os elementos internos */
.t-feed * {
  font-family: 'PolySans', sans-serif !important;
}

/* Títulos */
.t-feed h1,
.t-feed h2,
.t-feed h3,
.t-feed h4,
.t-feed h5,
.t-feed h6,
.t-feed__post-title {
  font-family: 'PolySans', sans-serif !important;
  font-weight: 600 !important;
}

/* Parágrafos */
.t-feed p {
  font-family: 'PolySans', sans-serif !important;
  font-weight: 400 !important;
}

/* Links */
.t-feed a {
  font-family: 'PolySans', sans-serif !important;
}

/* Listas */
.t-feed li {
  font-family: 'PolySans', sans-serif !important;
}