/*
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
*/

/* Define a fonte padrão para os principais elementos */
h1, h2, h3, h4, h5, h6{
  font-family: "the-seasons", sans-serif;
}

/* Estilos para pesos e estilos específicos */
h1, h2 {
  font-weight: 700; /* Bold */
  font-style: normal;
}

h3, h4, h5, h6 {
  font-weight: 400; /* Regular */
  font-style: normal;
}

em {
  font-style: italic; /* Regular Italic */
  font-weight: 400;
}

strong {
  font-weight: 700; /* Bold */
  font-style: normal;
}

