/*
	Theme Name:   IPA
	Description:  Integrated Payroll Associates
	Author:       Open Interactive
	Author URI:   http://open-interactive.com
	Template:     canvas
	Version:      1.0.0
	License:      GNU General Public License v2 or later
	License URI:  http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain:  ipa

	- This file is NOT the main stylesheet.
		It serves two purposes:
			1) To satisfy Wordpress' theme requirements.
			2) To serve as a quick and dirty stylesheet.
				Therefore, it should be seldomly used.

	- The main stylesheet is located at /sass/main.scss.
		This file should be compiled and minified to /css/style.min.css for production use.
		This file contains global style variables and rules.
	- The /sass folder also contains partial stylesheets, for a modular workflow.
		Each section, block, or component should be separated into its own partial file.
		These partials should be imported into the main.scss file.

*/