/*
Theme Name: ppm25-adv-nbt
Author: Perchpole
Author URI: https://perchpolemedia.com
Theme URI: https://perchpolemedia.com
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: ppm25-adv-nbt
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.3
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/**
Variables – global variables that are used throughout the project.
This layer is used to set up the project’s color palette, typography, spacing,
and other values that are used throughout the project.
*/
@import url("./assets/css/variables/index.css");

/**
Defaults – styles that are applied to elements directly. No classes or IDs in
this layer. This layer is the most foundational and is used to set up the base
styles for the project and serve as a starting point for all components and
layouts.
*/
@import url("./assets/css/defaults/index.css");

/**
Components – styles that are applied to classes and IDs. This layer is used
to style individual components and is where the majority of the project’s
styling is done. However if the job is done correctly in the defaults layer,
this layer should be relatively easy to style.
*/
@import url("./assets/css/components/index.css");

/**
Utilities – single-purpose classes that are used to apply styles to elements.
*/
@import url("assets/css/utils/index.css");
