@font-face {
    font-family: 'Starlord';
    src: url('Starlord-Z8zJ.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.nav-tabs .nav-link {
    font-family: 'Starlord', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    padding: 15px 30px;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .nav-tabs .nav-link {
        font-size: 22px;
        padding: 10px 15px;
    }

    .kt-hidden-desktop {
        font-family: 'Starlord', sans-serif;
    }
}

/* Tab content styling */
.tab-content {
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
