/*
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
*/

/* =====================================================
   SK MODERNIST
===================================================== */

@font-face {
    font-family: 'SKModernist';
    src: url('/wp-content/themes/salient-child/fonts/Sk-Modernist-Light.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/Sk-Modernist-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SKModernist';
    src: url('/wp-content/themes/salient-child/fonts/Sk-Modernist-Regular.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/Sk-Modernist-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SKModernist';
    src: url('/wp-content/themes/salient-child/fonts/Sk-Modernist-Bold.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/Sk-Modernist-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* =====================================================
   GESTURA DISPLAY
===================================================== */

@font-face {
    font-family: 'GesturaDisplay';
    src: url('/wp-content/themes/salient-child/fonts/GesturaDisplay-Thin.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/GesturaDisplay-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GesturaDisplay';
    src: url('/wp-content/themes/salient-child/fonts/GesturaDisplay-Light.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/GesturaDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GesturaDisplay';
    src: url('/wp-content/themes/salient-child/fonts/GesturaDisplay-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GesturaDisplay';
    src: url('/wp-content/themes/salient-child/fonts/GesturaDisplay-Bold.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/GesturaDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GesturaDisplay';
    src: url('/wp-content/themes/salient-child/fonts/GesturaDisplay-Black.woff2') format('woff2'),
         url('/wp-content/themes/salient-child/fonts/GesturaDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* =====================================================
   FONT USAGE
===================================================== */

/* Corpo testo */
body {
    font-family: 'SKModernist', sans-serif;
    font-weight: 400;
}

/* Menu */
#top nav ul li a {
    font-family: 'SKModernist', sans-serif;
    font-weight: 400;
}

/* Titoli */
h1, h2, h3, h4, h5, h6 {
    font-family: 'GesturaDisplay', serif;
    font-weight: 400;
}

/* Hero molto elegante */
.home h1 {
    font-weight: 300;
}