/* Для заголовков */
h1, h2, h3, h4, h5, h6, .t-title, .t-subtitle {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif !important;
  font-weight: 700; /* Явно указываем жирное */
}

/* Для курсива */
em, i, .t-italic {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif !important;
  font-weight: 400;
  font-style: italic !important;
}

/* Убирает логотип "Made on Tilda" */
.t-branding {
  display: none !important;
}

/* Или более точечно */
div[data-tilda='true'], 
a[href*="tilda.cc"],
.t396__artboard:after {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}