/*
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: 'Liberteen Thin';
    src: url("/wp-content/themes/salient-child/fonts/Liberteen-Thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Liberteen Light';
    src: url("/wp-content/themes/salient-child/fonts/Liberteen-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Liberteen Regular';
    src: url("/wp-content/themes/salient-child/fonts/Liberteen-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Liberteen Medium';
    src: url("/wp-content/themes/salient-child/fonts/Liberteen-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Liberteen Bold';
    src: url("/wp-content/themes/salient-child/fonts/Liberteen-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Liberteen Black';
    src: url("/wp-content/themes/salient-child/fonts/Liberteen-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
}

.wcf-body-bg {
    position: fixed;
    z-index: 99999;
    pointer-events: none;
    top: 0;
    opacity: 0.1;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-repeat: repeat;
    background-position: top left;
    background-image: url(img/bg.png);
}


