/* ============================================================
   HIVE Design System — global entry point
   Consumers link THIS file. It is an import manifest + global
   base rules.
   ============================================================ */

@import "./tokens/fonts.css";
@import "./tokens/colors.css";
@import "./tokens/typography.css";
@import "./tokens/spacing.css";

/* ---- Global type defaults ---------------------------------- */
/* ss03 is mandatory for both APK Galeria and IBM Plex Mono.    */
/* font-weight is 400 (Regular) for APK Galeria throughout.     */
:root {
  font-feature-settings: var(--font-features); /* 'ss03' on     */
  font-weight: var(--weight-regular);           /* 400           */
}
