import { createGlobalStyle } from "styled-components";
export var GlobalStyles = createGlobalStyle(["body{font-family:\"IBM Plex Sans\",sans-serif;background-color:", ";}*{box-sizing:border-box;}"], function (props) {
return props.theme.colors.mainBackground;
});