export const WCAG_AA = 4.5
export const WCAG_AAA = 7
export const MIN_CONTRAST_RATIO = WCAG_AAA
export const CONTENT_MAX_WIDTH = 1012