/* ============================================================
   Pascal Design System — tokens-only entry point
   Same as styles.css but WITHOUT tokens/base.css, i.e. the design
   tokens and @font-face rules with no element-level base styles.
   Link this when a page needs the brand's fonts, colours and
   variables but supplies its own tight element styling — e.g. the
   print-density CV, which must not inherit the website-scale base.
   ============================================================ */

@import url("tokens/fonts.css");
@import url("tokens/colors.css");
@import url("tokens/typography.css");
@import url("tokens/spacing.css");
@import url("tokens/shape.css");
@import url("tokens/motion.css");
@import url("tokens/elevation.css");
