@font-face {
    font-family: 'FutoSans';
    src: url('/fonts/FutoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FutoSans';
    src: url('/fonts/FutoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body, html {
    font-family: 'FutoSans', Arial, sans-serif !important;
}

body {
    background: #fff;
    color: #000;
    /* font-family: "WDXL Lubrifont SC", sans-serif;
    font-weight: 400; */
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1rem;
}
.navbar {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.navbar-nav {
    margin: 0 auto;
}
.nav-link {
    color: #000 !important;
    font-weight: 500;
    margin: 0 1rem;
    transition: color 0.2s;
    font-size: 1.3rem;
}
.nav-link.active, .nav-link:focus, .nav-link:hover {
    color: #0099ba !important;
}
.contact-btn {
    background: #0099ba;
    color: #fff !important;
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    margin-left: 1.5rem;
    transition: background 0.2s;
}
.contact-btn:hover {
    background: #007a96;
}
.navbar-logo {
    padding: 0.5rem 2rem 0.5rem 1rem;
    display: flex;
    align-items: center;
}
.navbar-logo img {
    height: 48px;
    width: auto;
    display: block;
}
.hero-section {
    padding: 4rem 0 3rem 0;
}
.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.footer {
    background: #f8f9fa;
    color: #000;
    padding: 2rem 0 1.5rem 0;
    border-top: 1px solid #eee;
}
.footer-logo img {
    height: 100px;
    width: auto;
}
.footer-info i {
    color: #0099ba;
    margin-right: 0.5rem;
}
.footer-social a {
    color: #0099ba;
    margin-right: 1.2rem;
    font-size: 1.4rem;
    transition: color 0.2s;
}
.footer-social a:last-child {
    margin-right: 0;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

h3 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: grey;
}

.kek {
    color: #0099ba;
}

@media (max-width: 991.98px) {
    .navbar-logo {
        padding: 0.5rem 1rem;
    }
    .navbar-nav {
        margin: 0;
    }
}
@media (max-width: 767.98px) {
    .hero-section {
        padding: 2rem 0;
    }
}