@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;500&display=swap');

.t-cover__title, .t-cover .t-title, .t-cover__carrier .t-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 300 !important;
}

.t-cover__subtitle, .t-cover .t-subtitle {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 400 !important;
}

.t-cover__descr, .t-cover .t-descr {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
}

.t-cover .t-btn {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
}