import { tColors } from "./t.colors";
import { tFont } from "./tFonts";
export type tTheme = {
    colors: tColors;
    font: tFont;
};
