digitransit-ui/sass/themes/default/design-theme.css
2026-04-01 15:00:44 +03:00

11 lines
329 B
CSS

:root {
/**
* @tokens Accent Primary colors
* @presenter Color
*/
--color-accent-primary-900: #000a80;
--color-accent-primary-500: #000f94;
--color-accent-primary-100: #88bbdd;
--font-family: "Roboto", arial, georgia, serif;
--font-family-narrow: "Roboto Condensed", "Arial Condensed", arial, georgia, serif;
}