.alphabet-navigation {
    margin-bottom: 20px;
    font-size: 28px;
    align-items: center;
    text-align: center;
}

.alphabet-navigation a {
    margin-right: 5px;
    text-decoration: none;
    color: #0073aa;
}

.alphabet-navigation a:hover {
    text-decoration: underline;
}

.alphabet-navigation a.active {
    font-weight: bold;
    color: #002A5C;
}

.alphabet-navigation .disabled {
    margin-right: 5px;
    color: #ccc;
    cursor: not-allowed;
}

.font-list {
    margin-top: 20px;
}

.font-section {
    margin-bottom: 30px;
    scroll-margin-top: 60px; /* Offset for smooth scrolling */
}

.font-section h3 {
    border-bottom: 2px solid black;
    font-size: 20px;
    color: #002A5C;
}

.font-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.font-section ul li {
    margin-bottom: 2px;
}

.font-section ul li a {
    text-decoration: none;
    color: #0073aa;
}

.font-section ul li a:hover {
    text-decoration: underline;
}

.loading {
    text-align: center;
    padding: 20px;
    color: #666;
    font-style: italic;
}

.font-section ul li a:hover {
    text-decoration: underline;
}