#medical-translator-root * {
    font-family: 'Hind Siliguri', 'Inter', sans-serif;
}
.spinner {
    border-color: #e2e8f0;
    border-top-color: #21a95a;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
