@charset "UTF-8";
/*
Theme Name: Duffy Willard
Theme URI: https://chrisparkerproductions.com
Text Domain: dw
Author: Christopher L. Parker
Author URI: https://chrisparkerproductions.com
Description: Duffy Willard Web Site
Version: 1.0
License:© Copyright 2023 Phantom Enterprises, LL.  All rights reserved.
License URI:  http://chrisparkerproductions.com
Tags: Excavating, Paving

******FONTS*******


font-family: 'Arial', sans-serif;

*Google Marterial Icons - ( fill icon font from Google )
font-family: 'Material Icons';
class="material-icons-outlined"

*Google Marterial Icons Outlined - ( outline icon font from Google )
font-family: 'Material Icons Outlined';
class="material-icons"

This stylesheet uses rem values

font-size= 100% | 16px
font-size= 62.5% | 10px

*0rem = 0px
	*0.5rem = 8px
	*0.625rem = 10px
	*0.75rem = 12px
	*0.875rem = 14px
*1rem = 16px
	*1.125rem = 18px 
	*1.25rem = 20px
	*1.5rem = 24px
	*1.625rem = 26px
	*1.75rem = 28px
	*1.875rem = 30px
*2rem = 32px
*3rem = 48px

****** THEME COLORS *******

****** SHADES *******

****** ALERTS *******

****************************************
TABLE OF CONTENTS
****************************************
0.0 Reset HTML
1.0 Root Theme and Variables - (@layer base)
2.0 HTML Elements
    2.1 - HTML Elements - (@layer base)
    2.2 - HTML Tables - (@layer theme)
    2.3 - HTML Lists - (@layer theme)
    2.4 - HTML Forms - (@layer theme)
3.0 Basic Structure (Basic Layout and Behavior) - (@layer base)
4.0 Navigation  - (@layer theme)
5.0 Classes - (@layer classes)
    4.1 custom-classes
    4.2 wordpress-classes
6.0 Custom  - (@layer theme)

*/


/* 0.0 RESET */
@import url('css/reset.css');

/* 1.0 ROOT */
@import url('css/root.css');

/* 2.0 HTML ELEMENTS */
@import url('css/html-elements.css');

/* 3.0 BASIC STRUCTURE */
@import url('css/basic-structure.css');

/* 4.0 BASIC STRUCTURE */
@import url('css/feature.css');


/* 4.0 NAVIGATION */
@import url('css/navigation.css');

/* 5.0 LISTS */
@import url('css/lists.css');

/* 6.0 TABLES */
/* @import url('css/tables.css'); */

/* 7.0 FORMS */
@import url('css/forms.css');

/* 8.0 CLASSES */
@import url('css/classes.css');

/* 9.0 SECTIONS */
@import url('css/sections.css');
