/**
 * Theme Name: Origin Child
 * Theme URI: http://devpress.com/themes/origin/
 * Description: Origin child theme
 * Version: 0.1
 * Author: DevPress
 * Author URI: http://devpress.com
 * Tags: theme-options, threaded-comments, microformats, translation-ready, rtl-language-support, one-column, two-columns, flexible-width
 * Template: origin
 *
 */

/* Load parent's CSS */
@import url("../origin/style.css");

/* Add your custom styles after this line. */
@font-face {
  font-family: 'Michroma';
  font-style: normal;
  font-weight: 400;
  src: local('Michroma'), url(http://themes.googleusercontent.com/static/fonts/michroma/v4/FZQqjemuMkmQGwk1YxMXlfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

#site-title { font-family: Michroma, sans-serif; font-weight: bold; text-shadow: #aaa 2px 2px 2px; }
p { font-family: Open Sans, sans-serif; }

