/*
Theme Name: Child of Tonal
Author: Dave Schlottman
Author URI: http://quawkle.com/
Description: Extends the Tonal them to make modifications
Template:  tonal
Version: 1.0.0
*/

@import url("../tonal/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/* *Footer */
#colophon {
	max-width: 50%;
}

q {
  // quotes: "&ldquo;" "&rdquo;" "&lsquo;" "&rsquo;";
  quotes: "“" "”" "‘" "’";
}

q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}