/* Локальная типографика вместо шрифта MuseoSans с CDN Tilda (нет файлов коммерческой лицензии в репозитории). */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&display=swap");

#allrecords,
#allrecords .r {
  --t-headline-font: "DM Sans", Arial, sans-serif !important;
  --t-text-font: "DM Sans", Arial, sans-serif !important;
}

.inp-feed-local .inp-feed-local__descr,
.inp-feed-local .inp-feed-local__descr p {
  color: inherit;
}

.inp-feed-local__descr a {
  text-decoration: underline;
}

.inp-feed-post {
  cursor: pointer;
}

.inp-feed-post .inp-feed-detail {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.inp-feed-post_open .inp-feed-short {
  opacity: 1;
}

.inp-feed-title-link {
  color: inherit;
}
