/** @jsx jsx */ import { jsx, Theme } from "theme-ui" import Table from "./table" import useSpecimensConfig from "../hooks/useSpecimensConfig" import getValue from "../utils/get-value" import theme from "../theme" type FontSizeProps = { fontSizes?: Theme["fontSizes"] } const FontSize = ({ fontSizes = undefined }: FontSizeProps) => { const specimensConfig = useSpecimensConfig() return (