/* Custom overrides for the admin dashboard */
body {
    font-family: 'Inter', sans-serif;
}

/* Flicker prevention for dark mode */
html.dark {
    color-scheme: dark;
}
