/* ============================================================
   ONWAY DESIGN SYSTEM — global stylesheet entry point.
   Consumers link THIS file. It is a manifest of @imports only.
   ============================================================ */

@import url('./tokens/fonts.css');
@import url('./tokens/colors.css');
@import url('./tokens/typography.css');
@import url('./tokens/spacing.css');

/* Native controls: iOS Safari renders unstyled <button>/<select> text in the
   system blue. Force them to inherit the surrounding (black) text color so
   labels stay black; components that set their own color still win. */
button, select { color: inherit; -webkit-text-fill-color: currentColor; }
