/*
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
*/

/* Typography */

/* Pro 23 Extended Ultra Light */

/*.menu-item {
    font-family: 'NeueHelveticaPro23ExtendedUltraLight';
    font-size: 44pt;
    color: #FFFFFF;
}

/* Pro 33 Extended Thin */

/*.h1 {
    font-family:'NeueHelveticaPro33ExtendedThin';
    font-size: 90pt;
    color: #FF9900;
}*/

@font-face {
    font-family: 'NeueHelveticaPro23ExtendedUltraLight';
    src: url("/docs/themes/salient-child/fonts/NeueHelveticaPro23ExtendedUltraLight.woff2") format("woff2"),
         url("/docs/themes/salient-child/fonts/NeueHelveticaPro23ExtendedUltraLight.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'NeueHelveticaPro33ExtendedThin';
    src: url("/docs/themes/salient-child/fonts/NeueHelveticaPro33ExtendedThin.woff2") format("woff2"),
         url("/docs/themes/salient-child/fonts/NeueHelveticaPro33ExtendedThin.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'NeueHelveticaPro45Light';
    src: url("/docs/themes/salient-child/fonts/NeueHelveticaPro45Light.woff2") format("woff2"),
         url("/docs/themes/salient-child/fonts/NeueHelveticaPro45Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NeueHelveticaPro53Extended';
    src: url("/docs/themes/salient-child/fonts/NeueHelveticaPro53Extended.woff2") format("woff2"),
         url("/docs/themes/salient-child/fonts/NeueHelveticaPro53Extended.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NeueHelveticaPro73ExtendedBold';
    src: url("/docs/themes/salient-child/fonts/NeueHelveticaPro73ExtendedBold.woff2") format("woff2"),
         url("/docs/themes/salient-child/fonts/NeueHelveticaPro73ExtendedBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}