The cf-style-const package provides constants used to theme cf-ui, cf-ux, and other Fela-based components.
Important: You should not import these constants directly. Instead, the variables are automatically passed through the React component tree via this.context.theme in projects using CSS-in-JS.
To access these theme variables in your own components, use a Higher-Order Component (HOC) like createComponent() from cf-style-container. This HOC wires this.context.theme into props.theme, making the constants available as props.