/* Gym Atlas design system — entry point.
   Load fonts via <link> in the page <head>, then this one stylesheet:
     <link rel="stylesheet" href="/css/index.css">
   Order matters: tokens define the variables base + components consume. */
@import "tokens.css";
@import "base.css";
@import "components.css";
