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


/* Schriftarten einbinden */
@font-face {
    font-family: 'Nunito';
    src: url('./font/Nunito-Regular.woff2') format('woff2'),
         url('./font/Nunito-Regular.woff') format('woff'),
         url('./font/Nunito-Regular.ttf') format('truetype'),
         url('./font/Nunito-SemiBold.woff2') format('woff2'),
         url('./font/Nunito-SemiBold.woff') format('woff'),
         url('./font/Nunito-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FranklinGothicDemi';
    src: url('./font/FranklinGothicDemi.woff2') format('woff2'),
         url('./font/FranklinGothicDemi.woff') format('woff'),
         url('./font/FranklinGothicDemi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Absätze (p) verwenden Franklin Gothic Demi */
p, div {
    font-family: 'FranklinGothicDemi', sans-serif;
    font-weight: normal;
}

/* .inner und .subject auf Franklin Gothic Demi setzen */
.subject {
    font-family: 'FranklinGothicDemi', sans-serif;
    font-weight: normal;
}
