'use strict'; const styles = { global: { body: { fontFamily: "body", color: "chakra-body-text", bg: "chakra-body-bg", transitionProperty: "background-color", transitionDuration: "normal", lineHeight: "base" }, "*::placeholder": { color: "chakra-placeholder-color" }, "*, *::before, &::after": { borderColor: "chakra-border-color" } } }; exports.styles = styles;