/* ==========================================================================
   HireBeep Design System — global entry point.
   Consumers link THIS file. It is only @import lines.

   Fonts note: Plus Jakarta Sans (display + text) + JetBrains Mono (data/scores)
   are self-hosted from css/fonts/ via fonts/fonts.css — NOT the Google Fonts
   CDN. Self-hosting keeps every visitor's IP from being disclosed to Google on
   page load (an unlawful transfer under LG München I, 20 Jan 2022, Az. 3 O
   17493/20, absent consent), which matters on a compliance-first EU product.
   The <link> to fonts.googleapis.com has been removed from every page's <head>.

   SUBSTITUTION NOTE: HireBeep.com ships on a bundled marketing template and the
   original webfont binaries were not available to copy. We match its
   modern-geometric look with Plus Jakarta Sans and pair JetBrains Mono.
   → If you have the real HireBeep font files, drop them in css/fonts/ and swap
     the @font-face src URLs in fonts/fonts.css to point at them.
   ========================================================================== */

@import url("fonts/fonts.css");
@import url("tokens/colors.css");
@import url("tokens/typography.css");
@import url("tokens/spacing.css");
@import url("tokens/radius.css");
@import url("tokens/elevation.css");
@import url("base.css");
