/* BINAL Design System — global entry point.
   Consumers link this one file. Keep it as @import lines only. */
@import "./tokens/fonts.css";
@import "./tokens/colors.css";
@import "./tokens/typography.css";
@import "./tokens/spacing.css";

/* Button hover/press feedback is driven by React state inside the Button
   component (inline styles can't be overridden by a stylesheet here).
   This only sets the touch tap-target floor, which doesn't fight inline. */
@media (pointer: coarse) { .binal-btn { min-height: 44px; } }
