/* =============================================================
   efrîn özyetiş — Portfolio Design System
   styles.css — single entrypoint

   Consuming projects can link this one file instead of wiring up
   each stylesheet individually. It pulls in, in order:

     1. colors_and_type.css        — tokens (color / type / motion) + @font-face
     2. site/styles.css            — stage + deck layout + interaction tokens
     3. ui_kits/portfolio/portfolio.css — hover affordance + deck/soft overlay chrome

   The artwork in landing/landingpage-01.svg remains the design
   system; these tokens dress the surrounding chrome only.
   ============================================================= */

@import "./colors_and_type.css";
@import "./site/styles.css";
@import "./ui_kits/portfolio/portfolio.css";
