export interface Theme { colors: { primary: string; white: string; }; unit: number; fonts: { primary: string }; }