/* SpokenEdit App Reset 2026 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

:root {
    --font-family: 'Inter', sans-serif;
}

body {
    font-family: var(--font-family);
    background-color: #020617; /* Extrem dunkles Blau für High-End Look */
}

/* Sidebar Fix für Flowbite */
#logo-sidebar {
    transition: transform 0.3s ease-in-out;
}