/*
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: 'PPNeueMontreal';
    src: url('/fonts/ppneuemontreal-regular.woff2') format('woff2'),
        url('/fonts/ppneuemontreal-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PPNeueMontreal Bold';
    src: url('/fonts/ppneuemontreal-bold.woff2') format('woff2'),
        url('/fonts/ppneuemontreal-bold.woff') format('woff');
    font-weight: normal;
    font-style: bold;
    font-display: swap;
}

@font-face {
    font-family: 'PPNeueMontreal Italic';
    src: url('/fonts/ppneuemontreal-italic.woff2') format('woff2'),
        url('/fonts/ppneuemontreal-italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/*font classes*/
.upper {margin-top:-7px;}

.bigger {font-size:7.5vw!important;line-height:11vh!important;}
.uppercase {font-style:uppercase;}