/*
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
*/

/* Import Corporative-Fonts locally */
@font-face {
    font-family: 'CorporativeSoft-Regular';
    src: url("./assets/fonts/CorporativeSoft-Regular.woff2") format("woff2"),
         url("./assets/fonts/CorporativeSoft-Regular.woff") format("woff"),
         url("./assets/fonts/CorporativeSoft-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CorporativeSoft-Bold';
    src: url("./assets/fonts/CorporativeSoft-Bold.woff2") format("woff2"),
         url("./assets/fonts/CorporativeSoft-Bold.woff") format("woff"),
         url("./assets/fonts/CorporativeSoft-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CorporativeAltBlack';
    src: url("./assets/fonts/CorporativeAltBlack.woff2") format("woff2"),
         url("./assets/fonts/CorporativeAltBlack.woff") format("woff"),
         url("./assets/fonts/CorporativeAltBlack.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}