:root {
    --border-default: rgb(229 231 235);
    --font-sans: Roboto, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
html, body { font-family: Roboto, ui-sans-serif, system-ui, sans-serif !important; }
.dark { --border-default: rgb(22, 35, 56); }
[aria-label="Reports list"] { contain: layout paint; }
[aria-label="Reports list"] .group { animation: none !important; }
.text-dimmed { color: #546375; }
.dark .text-dimmed { color: var(--ui-text-muted); }
[data-slot="base"].bg-primary { color: black; }
.dark [data-slot="base"].bg-primary { color: white; }