@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-Variable.ttf') format('truetype');
    font-weight: 700;
}

.catamaran {
    font-family: 'Catamaran', sans-serif;
}

/* .logo_color {
    color: #2379a1 !important;
} */

#lang-banner {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background: #1a1a1a;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    white-space: nowrap;
}

#lang-banner-accept {
    background: #fff;
    color: #1a1a1a;
    border: none;
    padding: 0.4rem 0.8rem;
    border-radius: 0.3rem;
    cursor: pointer;
    font-weight: 600;
}

#lang-banner-dismiss {
    background: none;
    border: none;
    color: #aaa;
    cursor: pointer;
    font-size: 1rem;
    padding: 0;
    line-height: 1;
}

#lang-banner-dismiss:hover {
    color: #fff;
}

.treemenu li a {
    font-size: 1rem;
    display: block;
    margin-left: 1.2rem;
    color: #333;
}

.treemenu li a:hover {
    text-decoration: none;
    color: #2379a1 !important;
}

.treemenu li a.active {
    color: #85CFFB !important;
}

.treemenu li a:visited {
    color: #C5E7FF;
}

.mobile-menu .button_container span {
    background-color: #2379a1;
}

.mobile-logo {
    a {
        color: #2379a1 !important;
        padding-left: 0.5rem;
    }
}