﻿
/* Подключение Shantell Sans */
@font-face {
    font-family: 'Shantell Sans';
    src: url('/fonts/ShantellSans-Regular.woff2') format('woff2'), url('/fonts/ShantellSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shantell Sans';
    src: url('/fonts/ShantellSans-Bold.woff2') format('woff2'), url('/fonts/ShantellSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Основной шрифт сайта — только Inter */
body {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}


/* Шрифты для заголовков */
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

/* Шрифт для кнопок */
.btn, .btn-primary {
    font-family: inherit;
}

/* Шрифт для ссылок меню */
.nav-link {
    font-family: inherit;
}

/* Шрифт для футера (кроме подписи) */
footer.footer p,
footer.footer li,
footer.footer span {
    font-family: inherit;
}

/* Уникальный шрифт для подписи разработчика */
footer.footer .shantell-signature {
    font-family: 'Shantell Sans', sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
