/*
Theme Name: Salient Child Theme by Gypseawave
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: Gypseawave
Author URI:  https://gypseawave.com
Template: salient
Version: 1.0
*/

/* FONTS *******************************************************/
@font-face {
    font-family: 'brownsugar';
    src: url("fonts/brown_sugar_webfont.woff2") format("woff2"),
         url("fonts/brown_sugar_webfont.woff") format("woff");

    font-weight: normal;
    font-style: normal;
}

.h2 {
    font-size: 50px;
    line-height: 55px;
    font-family: 'brownsugar';
}

/* Smaller screens (tablets) */
@media (max-width: 767px) {
    .h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

/* Small phone screens */
@media (max-width: 479px) {
    .h2 {
        font-size: 25px;
        line-height: 30px;
    }
}

/***************************************************************/
/* FONTS STYLE *************************************************/
/***************************************************************/

#full_width_portfolio .row .col.section-title {
    font-family: 'brownsugar';
    font-weight: 300;
    font-style: normal;
}
