/* ============================================================
   Lindy Wealth Design System — global entry point (slide mirror)
   @import manifest only. Order: fonts -> color tokens -> type tokens.
   ============================================================ */

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

/* Slides are presentation art, not selectable copy. */
html, body {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
