import { css } from "src/types/vars"; export const body = css` body { line-height: 18px; } a { text-underline-offset: 3.2px; } `;