/* =============================================================================
   kylewest.dev — shared design system (public entry point)

   Served at https://kylewest.dev/styles/kw.css

   This is the file every non-Next site links:

     <link rel="preconnect" href="https://fonts.googleapis.com">
     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
     <link rel="stylesheet" href="https://kylewest.dev/styles/kw.css">

   It is only DM Mono + kw-core.css. The Next app on kylewest.dev imports
   kw-core.css directly instead, because next/font already self-hosts DM Mono.

   Edit kw-core.css — not this file — to change anything visual.
   ============================================================================= */

@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap");
@import url("./kw-core.css");
