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




@font-face {
    font-family: 'IvyPresto Text';
    src: url('/wp-content/uploads/IvyPrestoText-Thin.woff2') format('woff2'),
        url('/wp-content/uploads/IvyPrestoText-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IvyPresto Display';
    src: url('/wp-content/uploads/IvyPrestoDisplay-ThinItalic.woff2') format('woff2'),
        url('/wp-content/uploads/IvyPrestoDisplay-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}


.headline h1{
	    font-family: 'IvyPresto Text';
	font-weight: 100;
}

.headline h1 em{
	    font-family: 'IvyPresto Display';
	font-weight: 100;
}