/* LifenLearn Design System — entry point for lifenlearn.com.
   Consumers link THIS file, before the site stylesheet.

   Deviation from the shipped manifest: tokens/fonts.css is NOT imported here.
   It @imports Google Fonts, and a CSS @import chain is render-blocking; the
   site loads the same families (plus Devanagari, which the DS does not cover)
   in a single <link> in the document head instead. Tokens are unchanged. */
@import url('./tokens/colors.css');
@import url('./tokens/typography.css');
@import url('./tokens/layout.css');
@import url('./tokens/base.css');
