/* ============================================================
   Verdara Design System — root entry point
   ------------------------------------------------------------
   Link THIS file to get the whole system in one line:
       <link rel="stylesheet" href="styles.css">
   It pulls in the web token + type layer and the fixed-canvas
   collateral layer. (collateral.css already imports
   colors_and_type.css; it is listed here too so the dependency
   is explicit and either file can be linked directly.)
   ============================================================ */
@import url("./colors_and_type.css");
@import url("./collateral.css");
