// Include core typography, helpers and etc in this file import { fontSizeS, fontSizeM, fontWeightNormal, fontWeightMedium, fontSizeL, fontSizeXl } from "../../design-tokens/build/js/designTokens"; export const fontSizes = { s: fontSizeS, m: fontSizeM, l: fontSizeL, xl: fontSizeXl }; export const fontWeights = { normal: fontWeightNormal, medium: fontWeightMedium };