main
import { ThemeType } from '../../ThemeType' import { lightColors } from './colors' import obdachFonts from './fonts' export const lightTheme: ThemeType = { colors: lightColors, fonts: obdachFonts, }