/* The resource library — entry point
   =============================================================================
   Short videos showing a teacher how to do the things they do most often in
   Shepherd. The index is /resources.html; each video has its own page under
   /resources/, generated from frontend/config/resource-library.js.

   The page sits OUTSIDE the login on purpose. It is mainly for people who
   already have Shepherd, but a teacher on a free trial, or a colleague or aide
   with no account at all, has to be able to open a link somebody sent them.

   TEACHER UI ONLY. No learner page imports this file, and every rule inside is
   additionally gated on `.teacher-page`.

   Split because the composition runs past the 300-line ceiling in
   how_to_work.md; the split follows the css/free-trial-convert/ precedent.
   Order matters: base.css defines the tokens and the type rules the others
   build on.
   ============================================================================= */

@import './base.css';

@import './index-page.css';

@import './card.css';

@import './video-page.css';

@import './help.css';
