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

/* Function Pro Light */
@font-face {
    font-family: 'Function Pro';
    src: url('/wp-content/themes/salient-child/fonts/functionpro-light-webfont.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

/* Function Pro Book */
@font-face {
    font-family: 'Function Pro';
    src: url('/wp-content/themes/salient-child/fonts/functionpro-book-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* Function Pro Medium */
@font-face {
    font-family: 'Function Pro';
    src: url('/wp-content/themes/salient-child/fonts/functionpro-medium-webfont.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

/* Function Pro Demi */
@font-face {
    font-family: 'Function Pro';
    src: url('/wp-content/themes/salient-child/fonts/functionpro-demi-webfont.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

/* Function Pro Bold */
@font-face {
    font-family: 'Function Pro';
    src: url('/wp-content/themes/salient-child/fonts/functionpro-bold-webfont.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* Apply globally */
body {
    font-family: 'Function Pro', sans-serif;
}

/* Global Font Override */

body,
p,
span,
div,
li,
a,
input,
textarea,
select,
button {
    font-family: 'Function Pro', sans-serif !important;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Function Pro', sans-serif !important;
    font-weight: 700;
}

/* Buttons */

button,
input[type="submit"],
input[type="button"],
.nectar-button,
.wp-block-button__link {
    font-family: 'Function Pro', sans-serif !important;
    font-weight: 600;
}

/* Navigation Menu */

#top nav ul li a,
.sf-menu a {
    font-family: 'Function Pro', sans-serif !important;
    font-weight: 500;
}

html body,
html body * {
    font-family: 'Function Pro', sans-serif !important;
}