/* Acertotal Design System — global entry point.
 * Consumers link this one file. Keep it as @import lines only. */

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

/* Product preference: hide native scroll indicators across all surfaces.
 * Content still scrolls (touch / wheel / keyboard) — only the visible bar is hidden. */
::-webkit-scrollbar { width: 0; height: 0; }
* { scrollbar-width: none; -ms-overflow-style: none; }
