/*
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: 'Muller Light';
    src: url('fonts/MullerDemo-Thin.woff2') format('woff2'),
        url('fonts/MullerDemo-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller ExtraBoldIt';
    src: url('fonts/MullerNarrowDemo-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/MullerNarrowDemo-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muller Bold';
    src: url('fonts/MullerNarrowDemo-ExtraBold.woff2') format('woff2'),
        url('fonts/MullerNarrowDemo-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller NormalIt';
    src: url('fonts/MullerNarrowDemo-LightItalic.woff2') format('woff2'),
        url('fonts/MullerNarrowDemo-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muller Normal';
    src: url('fonts/MullerNarrowDemo-Light.woff2') format('woff2'),
        url('fonts/MullerNarrowDemo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller Narrow Bold';
    src: url('fonts/MullerDemo-ExtraBold.woff2') format('woff2'),
        url('fonts/MullerDemo-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NexaTextPro Regular';
    src: url('fonts/NexaTextPro_Trial-Regular.woff2') format('woff2'),
        url('fonts/NexaTextPro_Trial-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NexaTextPro Heavy';
    src: url('fonts/NexaTextPro_Trial-Heavy.woff2') format('woff2'),
        url('fonts/NexaTextPro_Trial-Heavy.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



.gradient-text {
    background: linear-gradient(130deg,#FF7AD8 37.55%,#F0F07C 83.47%,#FF7AD8 124.19%);
    background-clip: text;
    -webkit-background-clip: text;
    text-align: center;
    -webkit-text-fill-color: transparent;
}

.gradient-text-dark {
    background: linear-gradient(130deg,#BB81D7 37.55%,#96EAE7 83.47%,#BB81D7 124.19%);
    background-clip: text;
    -webkit-background-clip: text;
    text-align: center;
    -webkit-text-fill-color: transparent;
}


