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

@font-face {
  font-family: 'Area';
  src: url('https://eikstrategy.com/wp-content/uploads/2025/07/AreaNormal-Semibold.woff2') format('woff2');
  src: url('https://eikstrategy.com/wp-content/uploads/2026/01/AreaNormal-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Area';
  src: url('https://eikstrategy.com/wp-content/uploads/2025/07/AreaNormal-Bold.woff2') format('woff2');
  src: url('https://eikstrategy.com/wp-content/uploads/2026/01/AreaNormal-Bold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Area';
  src: url('https://eikstrategy.com/wp-content/uploads/2025/07/AreaNormal-SemiboldItalic.woff2') format('woff2');
  src: url('https://eikstrategy.com/wp-content/uploads/2026/01/AreaNormal-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}

body {
  font-family: 'Area', sans-serif;
  font-weight: 600;
}

h1, h2 {
  font-family: 'Area', sans-serif;
  font-weight: 800;
}

em {
  font-style: italic;
}

/* Footer links – Global Section */
.footer-global a,
.footer-global a:visited {
  color: #f2eee4 !important; /* beige */
}

.footer-global a:hover,
.footer-global a:focus {
  color: #df2c29 !important; /* rood */
}