export const BASE_SIZE = 48;
export const CAPTIONS_FONT_WEIGHT = 600;
export const CAPTIONS_FONT_SIZE = 1.5 * BASE_SIZE;
export const LINE_HEIGHT = 2 * BASE_SIZE;
export const LINES_PER_PAGE = 5;
