/**
 * Theme Name:  Make (child theme)
 * Theme URI:   https://thethemefoundry.com/make/
 * Author:      The Theme Foundry
 * Author URI:  https://thethemefoundry.com
 * Description: Create your website without touching a line of code. Make's flexible customization features and a powerful drag and drop page builder make designing your site fun and easy. Build almost anything: a simple portfolio or photography site, an ecommerce business site, a minimalist blog, or even a professional magazine. You'll start by customizing your background, layouts, fonts, colors, and logo. Next, add and organize your content using the drag and drop page builder. Add a photo, a video, a gallery, or even a slider to any page on your website. Make is responsive, so your website will naturally look great on phones, tablets, and desktop screens. It's also fully compatible with popular plugins like WooCommerce, Gravity Forms, Contact Form 7, Jetpack, and WP PageNavi.
 * Version:     1.1.0
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: make
 * Text Domain: make-child
 * Domain Path: /languages/
 * Tags:        black, blue, green, gray, orange, red, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
 *
 * Make WordPress Theme, Copyright 2015 The Theme Foundry
 * Make is distributed under the terms of the GNU GPL
 */

/*
 * Add your custom styles below.
 * This version of the Make child theme is only compatible with Make 1.6.0 and above.
 */
/* === Typography replication from Make Plus === */

/* Body text / general text */
body,
.font-body {
    font-family: "freight-display-pro", serif;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 1px;
    /* font-size left out on purpose because you already override body p sizes responsively in your wp-custom-css block */
}

/* H1 / big headers */
h1:not(.site-title),
.font-header,
.entry-title {
    font-family: "sofia-pro", sans-serif;
    font-weight: 200;
    line-height: 1;
}

/* H2 */
h2 {
    font-family: "sofia-pro", sans-serif;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

/* H3 and Builder widget titles */
h3,
.builder-text-content .widget-title {
    font-family: "freight-display-pro", serif;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

/* H4 */
h4 {
    font-family: "sofia-pro", sans-serif;
    font-weight: 200;
    line-height: 1.3;
}

/* H5 (the one that broke without Make Plus) */
h5 {
    font-family: "sofia-pro", sans-serif;
    font-weight: 200;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    word-spacing: 1px;
    /* size is already being responsively overridden in your custom CSS block:
       h5 { font-size: calc(40px + (50 - 40)*... }
       so we DO NOT restate font-size here to avoid a fight */
}

/* H6 */
h6 {
    font-family: "sofia-pro", sans-serif;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    /* same note re: size */
}

/* Nav / menu text */
.site-navigation .menu li a,
.font-nav,
.site-navigation .menu-toggle {
    font-family: "freight-display-pro", serif;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    line-height: 1.4;
    letter-spacing: 0;
    word-spacing: 0;
}