import { style } from "@vanilla-extract/css";
export let formSection = style({
    marginBlockEnd: "6rem",
});
export let buttonSection = style([
    formSection,
    {
        display: "flex",
        gap: "1rem",
    }
]);
