/* ==========================================================================
   Table of Contents
   ========================================================================== */

/*

    0.  Normalize
    1.  Icons
    2.  General
    3.  Utilities
    4.  General
    5.  Single Post
    6.  Author Profile
    7.  Read More
    8.  Third Party Elements
    9.  Pagination
    10. Subscribe
    11. Footer
    12. Media Queries (Tablet)
    13. Media Queries (Mobile)
    14. Animations
	15. Custom

*/

/* ==========================================================================
   0. normalize.css v3.0.3 | MIT License | git.io/normalize | (minified)
   ========================================================================== */

html {
    font-family: sans-serif;
}
code, kbd, pre, samp { font-family: monospace, monospace; }


/* ==========================================================================
   2. General - Setting up some base styles
   ========================================================================== */

body {
    font-family: "Merriweather", serif;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
}

code, tt {
    font-family: Inconsolata, monospace, sans-serif;
}

pre {
    font-family: Inconsolata, monospace, sans-serif;
}

textarea, select, input {
    font-family: 'Open Sans', sans-serif;
}

button {
    font-family: 'Open Sans', sans-serif;
}

/* ==========================================================================
   4. General - The main styles for the the theme
   ========================================================================== */

.main-nav a {
    font-family: 'Open Sans', sans-serif;
}

.subscribe-button {
    font-family: "Open Sans", sans-serif;
}

/* The details of your blog. Defined in ghost/settings/ */
.page-title {
    font-family: "Open Sans", sans-serif;
}

.page-description {
    font-family: "Merriweather", serif;
}

.post-meta {
    font-family: "Open Sans", sans-serif;
}

/* ==========================================================================
   6. Author profile
   ========================================================================== */

/* Location, website, and link */
.author-profile .author-meta {
    font-family: "Merriweather", serif;
}

/* ==========================================================================
   7. Read More - Next/Prev Post Links
   ========================================================================== */

.read-next-story .post:before {
    font-family: "Open Sans", sans-serif;
}


/* ==========================================================================
   9. Pagination - Tools to let you flick between pages
   ========================================================================== */

/* The main wrapper for our pagination links */
.pagination {
    font-family: "Open Sans", sans-serif;
}

/* ==========================================================================
   10. Subscribe - Generate those email subscribers
   ========================================================================== */

.gh-subscribe-rss {
    font-family: 'Open Sans', sans-serif;
}

/* ==========================================================================
   11. Footer - The bottom of every page
   ========================================================================== */

.site-footer {
    font-family: "Open Sans", sans-serif;
}

/* ==========================================================================
   End of file. Animations should be the last thing here. Do not add stuff
   below this point, or it will probably fuck everything up.
   ========================================================================== */
