import { css } from "@emotion/react"; export const globalStyles = css` @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap"); .planby { font-family: "Inter", system-ui, -apple-system, /* Firefox supports this but not yet system-ui */ "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; /* 2 */ } `;