import { rem, style } from '@fizzui/styles' export const subscript = style({ fontSize: rem(12), lineHeight: rem(12), verticalAlign: 'sub', })