@charset "UTF-8";

/* ==========================================================================
   ITCSS LAYERS
   ========================================================================== */

@layer settings, tools, generic, base, objects, components, layouts, pages, utilities;

/* ==========================================================================
   SETTINGS
   ========================================================================== */
@import "./settings/index.css" layer(settings);

/* ==========================================================================
   TOOLS
   ========================================================================== */
@import "./tools/index.css" layer(tools);

/* ==========================================================================
   GENERIC
   ========================================================================== */
@import "./generic/index.css" layer(generic);

/* ==========================================================================
   OBJECTS
   ========================================================================== */
@import "./objects/index.css" layer(objects);

/* ==========================================================================
   COMPONENTS
   ========================================================================== */
@import "./components/index.css" layer(components);

/* ==========================================================================
   SCRIPT
   ========================================================================== */
@import "./script/index.css" layer(script);

/* ==========================================================================
   LAYOUTS
   ========================================================================== */
@import "./layouts/index.css" layer(layouts);

/* ==========================================================================
   PAGES
   ========================================================================== */
@import "./pages/works.css" layer(pages);

/* ==========================================================================
   UTILITIES
   ========================================================================== */
@import "./utilities/index.css" layer(utilities);
