/*
Theme Name: Pagely 2021
Theme URI: https://github.com/pagely/pagely-com
Author: Pagely ❤️ Zao
Author URI: https://pagely.com/
Description: Pagely 2021, baby. We've been working out our gutes, can you tell?
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 7.2
Version: 0.1.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pagely-2021
*/

/*--------------------------------------------------------------
# Shared Styles
--------------------------------------------------------------*/

@import "./assets/css/style-shared.css";
@import "./assets/css/blocks.css";
@import "./assets/css/components.css";
@import "./assets/css/responsive.css";

/*--------------------------------------------------------------
# Defaults
--------------------------------------------------------------*/

body {
	margin: 0;
}

ul li::marker {
	color: var(--wp--preset--color--pink-500)
}