/*
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: 'Poly Sans';
    src: url('/fonts/PolySans-Neutral.woff2') format('woff2'),
        url('/fonts/PolySans-Neutral.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Romie';
    src: url('/fonts/romie-regular.woff2') format('woff2'),
        url('/fonts/romie-regular.woff') format('woff');
    font-weight: 100;
    font-style: thin;
    font-display: swap;
}


/*font classes*/

.red {color:#ff4a4a;}
.green {color:#9ff57f;}
.lilas {color:#b282ff;}

.linkgreen a{color:#9ff57f!important;}


/*home*/

/*tabs how it works*/

a.active-tab {
	color:black!important;
}


