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





/* -----------------------------------------------------------------------------
   Override Salient theme fonts with Helvetica Neue
   ----------------------------------------------------------------------------- */

/* Заголовки */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  /* Опціонально: можна задати вага/стиль, якщо потрібно:
     font-weight: 700;
     font-style: normal;
  */
}
h1 {
	  color: #553b39;
}

/* Тіло тексту (замінюємо базовий шрифт для всіх елементів) */
body,
p,
ul, ul li,
ol, ol li,
a,
button,
input,
textarea,
blockquote,
.widget,
.menu-item,
.nectar-button, /* приклад класу з Salient */
.nectar-heading-title { /* ще один приклад */
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* Якщо Salient використовує CSS-перемінні для шрифтів, можна їх теж перевизначити */
:root {
  --nectar-font-heading: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --nectar-font-body:    'Helvetica Neue', Helvetica, Arial, sans-serif;
}
