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