/*
 Theme Name:   Author Child (Pens Edit)
 Template:     author
 Author: 	   Compete Themes
 Version: 	   1.0
 Description:  This is a child theme used to customize the Author WordPress theme. This instance is customized for Pens for Swords.
 License: GNU  General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/* =Theme customization starts here
-------------------------------------------------------------- */

/* COLOURS */

/* Colours */
/*
// Better to set in theme options I think... but here for reference 

// accent (for use on light)
$accent: rgb(52, 99, 44); //#34632C // was #437234 but slight aaa fail
// accent highlighted 
$accent-highlighted: rgb(50, 75, 48); // #324B30  //old: #53a548;

// accent-inverted (for use on dark)
$accent-inverted: rgb(137, 175, 130); //89af82

// Grays
$white: rgb(255,255,255);
$light-gray: rgb(217, 217, 217); // #d9d9d9 // tag bg; pagination bg (post footer) 
$light-med-gray: rgb(198, 198, 198);  //#c6c6c6 // hover tag bg, separator border 
$med-gray: rgb(92, 96, 102);  // #5c6066; // btn hover (fff text passes on this)
$dark-gray: rgb(39, 41, 43); // #27292B  // text on white, btn bg, dark area bgs 
*/
@import 'css/_variables.css';
@import 'css/utilities.css';
@import 'css/layout.css';
@import 'css/contents.css';
@import 'css/sidebars.css';
