/* CornerEntry — the only stylesheet templates link.
   Tokens under tokens/ are copied verbatim from the design system
   (.claude/skills/cornerentry-design); never edit them here — re-copy on
   upgrade. Product styling lives in app.css and references tokens only. */
@import "./tokens/fonts.css";
@import "./tokens/colors.css";
@import "./tokens/typography.css";
@import "./tokens/spacing.css";
@import "./tokens/radius.css";
@import "./tokens/shadows.css";
@import "./app.css";
