/**
 * Шрифты для Tochka Storefront
 */

/* Подключение шрифта Play */
@font-face {
    font-family: 'Play';
    src: url('../fonts/Play-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Play';
    src: url('../fonts/Play-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Применение шрифта ко всем элементам */
body,
h1, h2, h3, h4, h5, h6,
p, span, div, a, button, input, textarea,
.site-title, .site-description,
.nav-menu a,
.button, .btn,
.hero-banner-text,
.category-content h3,
.about-text,
.contact-item,
.contact-form input,
.contact-form textarea,
.submit-btn {
    font-family: 'Play', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif !important;
}

