import type { FontGroup } from "./FontGroup"; export interface FontScheme { majorFont: FontGroup; minorFont: FontGroup; }