
:root{
  --ink:#0F2A2A; --ink-2:#0B1F1F;
  --burgundy:#7A1F3D; --burgundy-2:#5C1730;
  --teal:#3FBFA8; --teal-2:#2FA590;
  --paper:#F6F1E4; --paper-2:#EFE8D7;
  --f-display:"Bebas Neue Pro","Helvetica Neue",Arial,sans-serif;
  --f-script:"Good Vibes Pro","Brush Script MT",cursive;
  --f-text:"Manrope","Helvetica Neue",Arial,sans-serif;
}
/* Подключение Manrope из Google */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

/* Нормализация поверх Tilda */
.t-section h1, .t-section h2, .t-section h3,
.t-records [class*="t-title"], .t-records [class*="t-heading"]{
  font-family:var(--f-display) !important;
  font-weight:700 !important;
  text-transform:uppercase;
  letter-spacing:.005em;
}
.t-records [class*="t-text"], .t-records [class*="t-descr"]{
  font-family:var(--f-text) !important;
}
.t-records .gv, .gv{ font-family:var(--f-script) !important; font-weight:400 !important; color:var(--teal) !important; }
</style>