/* Подключаем шрифты из Google */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');

/* Базовый шрифт сайта */
body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Заголовки + заголовок слайдера */
h1, h2, h3, h4, h5, h6,
.uni-slideshow_v2__title {
    font-family: 'Playfair Display', "Times New Roman", serif;
    letter-spacing: 0.02em;
}
