/* ===========================================================================
   Naked Knowledge — Design System entry point
   ---------------------------------------------------------------------------
   This is the single stylesheet consumers should link. It pulls in the
   canonical color + type foundations (which itself imports the web fonts).
   Link this once in your <head>:

       <link rel="stylesheet" href="styles.css" />

   Everything is exposed as --nk-* custom properties plus .nk-* type helpers.
   =========================================================================== */

@import url("./colors_and_type.css");
