body {
    font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
}

.navbar-brand span.text-info {
    color: #17c3b2 !important;
}

.navbar-nav .nav-link {
    font-weight: 800;
}

.card-stat {
    border: none;
    border-radius: 0.75rem;
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 576px) {
    .display-5 {
        font-size: 1.75rem;
    }
}

/* Home page: Vision / Solutions / Products sections */
.section-copy {
    font-family: 'Poppins', -apple-system, sans-serif;
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #3d4b5c;
}

.section-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: .06em;
    color: #0f6674;
    margin-bottom: .6rem;
}

.sq-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
}

/* Home page hero tagline */
.tagline-fun {
    font-family: 'Poppins', -apple-system, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: .01em;
}

.tagline-fun .accent {
    color: #f5a623;
    font-weight: 800;
    font-style: normal;
}

/* About page accordion */
.accordion-button:not(.collapsed) {
    background-color: #eaf7f8;
    color: #0d1b2a;
    box-shadow: none;
}

.accordion-button {
    font-weight: 700;
    font-size: 1.1rem;
}

.accordion-button:focus {
    box-shadow: none;
}