/* ===== БАЗОВІ ШРИФТИ ===== */
@font-face {
    font-family: 'Comfortaa';
    src: url('/static/fonts/Comfortaa/Comfortaa-Bold.woff2') format('woff2'),
        url('/static/fonts/Comfortaa/Comfortaa-Bold.woff') format('woff'),
        url('/static/fonts/Comfortaa/Comfortaa-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('/static/fonts/Comfortaa/Comfortaa-Regular.woff2') format('woff2'),
        url('/static/fonts/Comfortaa/Comfortaa-Regular.woff') format('woff'),
        url('/static/fonts/Comfortaa/Comfortaa-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Neue';
    src: url('/static/fonts/Comic_Neue/ComicNeue-Bold.woff2') format('woff2'),
        url('/static/fonts/Comic_Neue/ComicNeue-Bold.woff') format('woff'),
        url('/static/fonts/Comic_Neue/ComicNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Neue';
    src: url('/static/fonts/Comic_Neue/ComicNeue-Regular.woff2') format('woff2'),
        url('/static/fonts/Comic_Neue/ComicNeue-Regular.woff') format('woff'),
        url('/static/fonts/Comic_Neue/ComicNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ===== БАЗОВІ СТИЛІ ===== */
/* Плавна прокрутка до якорів */

html {
    scroll-behavior: smooth;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis: none;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    min-height: 100%;
    margin: 0;
    padding-top: 48px;
    color: #000;
    background-color: white;
    font-family: 'Comfortaa', sans-serif;
}

html, body {
    width: 100%;
}

.application-container,
.service-selection h2,
.service-option span,
.form-header h2,
#selected-service,
label, .btn,
.success-content h2,

.main-service-card .card-title,
.about-content h3,
.hero-title,
.intro-title,
.services-header,
.guarantees-title,
.text-image-section .text-content h3,
.about-content h3 {
    font-family: 'Comic Neue', sans-serif;
    font-weight: bold;
}


.nav-switch-btn,
.application-btn-container .btn,
.additional-service-card .card-title,
.text-content h3,
.footer-text {
    font-family: 'Comic Neue', sans-serif;
}

.guarantee-column h3,
.popup-content h4 {
    font-family: 'Comfortaa', sans-serif;
    font-weight: bold;
}