:root { --color-foreground: #09090b; --color-muted-foreground: #535354; }
html.dark { --color-foreground: #fafafa; --color-muted-foreground: #b2b2b2; }
.incident-card { --color-foreground: #09090b; --color-muted-foreground: #515152; color: #09090b; }
html:not(.dark) .incident-card .prose { --tw-prose-body: #09090b; --tw-prose-headings: #09090b; --tw-prose-bold: #09090b; --tw-prose-links: #09090b; --tw-prose-counters: #515152; --tw-prose-bullets: #515152; --tw-prose-quotes: #515152; --tw-prose-quote-borders: #515152; --tw-prose-captions: #515152; --tw-prose-hr: #515152; }
.incident-card h1,.incident-card h2,.incident-card h3,.incident-card h4,.incident-card h5,.incident-card h6 { color: #09090b; }
html.dark .incident-card { --color-foreground: #fafafa; --color-muted-foreground: #b4b4b4; color: #fafafa; }
html.dark .incident-card .prose { --tw-prose-invert-body: #fafafa; --tw-prose-invert-headings: #fafafa; --tw-prose-invert-bold: #fafafa; --tw-prose-invert-links: #fafafa; --tw-prose-invert-counters: #b4b4b4; --tw-prose-invert-bullets: #b4b4b4; --tw-prose-invert-quotes: #b4b4b4; --tw-prose-invert-quote-borders: #b4b4b4; --tw-prose-invert-captions: #b4b4b4; --tw-prose-invert-hr: #b4b4b4; }
html.dark .incident-card h1,html.dark .incident-card h2,html.dark .incident-card h3,html.dark .incident-card h4,html.dark .incident-card h5,html.dark .incident-card h6 { color: #fafafa; }
.maintenance-card { --color-foreground: #09090b; --color-muted-foreground: #515152; color: #09090b; }
html:not(.dark) .maintenance-card .prose { --tw-prose-body: #09090b; --tw-prose-headings: #09090b; --tw-prose-bold: #09090b; --tw-prose-links: #09090b; --tw-prose-counters: #515152; --tw-prose-bullets: #515152; --tw-prose-quotes: #515152; --tw-prose-quote-borders: #515152; --tw-prose-captions: #515152; --tw-prose-hr: #515152; }
.maintenance-card h1,.maintenance-card h2,.maintenance-card h3,.maintenance-card h4,.maintenance-card h5,.maintenance-card h6 { color: #09090b; }
html.dark .maintenance-card { --color-foreground: #fafafa; --color-muted-foreground: #b4b4b4; color: #fafafa; }
html.dark .maintenance-card .prose { --tw-prose-invert-body: #fafafa; --tw-prose-invert-headings: #fafafa; --tw-prose-invert-bold: #fafafa; --tw-prose-invert-links: #fafafa; --tw-prose-invert-counters: #b4b4b4; --tw-prose-invert-bullets: #b4b4b4; --tw-prose-invert-quotes: #b4b4b4; --tw-prose-invert-quote-borders: #b4b4b4; --tw-prose-invert-captions: #b4b4b4; --tw-prose-invert-hr: #b4b4b4; }
html.dark .maintenance-card h1,html.dark .maintenance-card h2,html.dark .maintenance-card h3,html.dark .maintenance-card h4,html.dark .maintenance-card h5,html.dark .maintenance-card h6 { color: #fafafa; }
.component-group-header { background-color: #F9F9F9; --color-foreground: #09090b; --color-muted-foreground: #515152; color: #09090b; }
html.dark .component-group-header { background-color: #111111; --color-foreground: #fafafa; --color-muted-foreground: #b4b4b4; color: #fafafa; }
.component-group-row { background-color: #fcfcfc; --color-foreground: #09090b; --color-muted-foreground: #525253; }
html.dark .component-group-row { background-color: #0e0e0e; --color-foreground: #fafafa; --color-muted-foreground: #b3b3b3; }
