/* Theme base styles */

/* Fonts
 * Strictly should be place on top
 */
 @import "./elements/_fonts.css";

 /* Variables
	* Define values
	*/
 @import "./elements/_variables.css";
 
 /* Generic
	* This is where reset, normalize & box-sizing styles go.
	*/
 /* @import "_normalize.css";
 @import "_reset.css"; */
 
 /* Elements
	* Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
	*/
 @import "./elements/_backgrounds.css";
 /* @import "./elements/_typography.css"; */
 @import "./elements/_forms.css";
 @import "./elements/_colors.css";
 
 /* Vendors
	* Using 3rd party css
	*/
 
	/* Components
	* Specific pieces of UI that are stylized. Typically used for global partial styling i.e. _header.css, _footer.css
	*/