/*
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 Styles */
h2.white {
	color: #ffffff;
}

/* Fonts */
@font-face {
    font-family: 'Big Noodle Light';
    src: url(public_html/purplelamp/wp-content/themes/salient-child/fonts/big_noodle_titling.ttf); 
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Big Noodle Light Italic';
    src: url(public_html/purplelamp/wp-content/themes/salient-child/fonts/big_noodle_titling.ttf); 
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Big Noodle Normal';
    src: url(public_html/purplelamp/wp-content/themes/salient-child/fonts/big_noodle_titling.ttf); 
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Big Noodle Normal Italic';
    src: url(public_html/purplelamp/wp-content/themes/salient-child/fonts/big_noodle_titling.ttf); 
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Big Noodle Regular';
    src: url(public_html/purplelamp/wp-content/themes/salient-child/fonts/big_noodle_titling.ttf); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Big Noodle RegularIt';
    src: url(public_html/purplelamp/wp-content/themes/salient-child/fonts/big_noodle_titling.ttf); 
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Big Noodle Semibold';
    src: url(public_html/purplelamp/wp-content/themes/salient-child/fonts/big_noodle_titling.ttf); 
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'PBig Noodle SemiboldIt';
    src: url(public_html/purplelamp/wp-content/themes/salient-child/fonts/big_noodle_titling.ttf); 
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Big Noodle Bold';
    src: url(public_html/purplelamp/wp-content/themes/salient-child/fonts/big_noodle_titling.ttf); 
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Big Noodle BoldIt';
    src: url(public_html/purplelamp/wp-content/themes/salient-child/fonts/big_noodle_titling.ttf); 
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Big Noodle Heavy';
    src: url(public_html/purplelamp/wp-content/themes/salient-child/fonts/big_noodle_titling.ttf); 
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Big Noodle Black';
    src: url(public_html/purplelamp/wp-content/themes/salient-child/fonts/big_noodle_titling.ttf); 
    font-weight: 900;
    font-style: Bold;
}