/* Rewards Vault / RV Theme — global CSS entry point.
   Load order matters: Bootstrap 5.3.6 first, then the RV token and component
   layers that override it. Consuming apps in production instead link the
   single compiled bundle: https://<project>.web.app/latest/rv-theme.css

   vendor/rv-theme.css is that compiled bundle, kept in the project as the
   source of truth for every value here. It is deliberately NOT imported: it
   inlines all of Bootstrap, which would register ~900 framework variables as
   RV design tokens. Read it to check a value; edit tokens/ to change one. */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');
@import url('./tokens/fonts.css');
@import url('./tokens/bootstrap-tokens.css');
@import url('./tokens/rv-accent.css');
@import url('./tokens/figma-variables.css');
@import url('./tokens/components.css');
@import url('./tokens/app-patterns.css');
