Files
tvone/app/globals.css
T
peter 7c01b766bb
continuous-integration/drone/push Build is passing
make tet bigger
2026-03-27 23:29:24 +01:00

23 lines
563 B
CSS

@import "tailwindcss";
:root {
--background: #ffffff;
--foreground: #171717;
--tvone-blue: #0066cc;
--tvone-magenta: #d9468f;
--tvone-muted: #f5f5f7;
}
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--font-sans: var(--font-inter), ui-sans-serif, system-ui, sans-serif;
}
body {
background: var(--background);
color: var(--foreground);
font-family: var(--font-inter), ui-sans-serif, system-ui, sans-serif;
/* Body copy stays regular weight; news titles use bold/semibold in components */
}