/*
Theme Name: Conseil Child
Theme URI: https://conseil.pixfort.com/
Author: pixfort
Template: conseil
Author URI: http://themeforest.net/user/pixfort
Description: Conseil child theme
Version: 1.0.0
License: Envato Marketplaces Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: conseil-child
Tags: header-builder, footer-builder, divider-builder, popup-builder, premium-design, translation-ready

*/
/* ==========================================================
   FORCE Greek-safe headings font (Pixfort / Elementor)
   ========================================================== */

/* 1) Override πιθανές Pixfort CSS variables (αν τις χρησιμοποιεί) */
:root,
body,
.site,
#page {
  --pix-heading-font: "Helvetica Neue W1G", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --pix-heading-font-family: "Helvetica Neue W1G", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --heading-font: "Helvetica Neue W1G", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* 2) Directly force headings + Pixfort heading classes */
h1, h2, h3, h4, h5, h6,
.text-heading-default,
.pix-heading,
.pix-title,
.pix-heading-text,
.elementor-widget-heading .elementor-heading-title {
  font-family: "Helvetica Neue W1G", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-feature-settings: normal !important; /* βοηθάει όταν “σπάει” σε ελληνικά */
}

/* Optional: use Now Display in the header menu (fallback to Neue for Greek) */
.pix-header .pix-main-menu,
.pix-header .pix-main-menu a,
.pix-header .pix-dropdown-title {
  font-family: "Helvetica Now Display", "Helvetica Neue W1G", Arial, Helvetica, sans-serif !important;
}
/* Μην επιτρέπεις synthetic bold/italic */
html, body {
  font-synthesis: none;
}

/* Το label κάτω από το logo: κράτα το σε 400/500, όχι “ψεύτικο” bold */
.site-header .site-branding,
.site-header .site-branding * ,
.pix-header .pix-header-text,
.pix-header .pix-header-text * {
  font-family: "Helvetica Neue W1G", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Header micro label κάτω από το logo */
.pix-header .pix-header-text span.line-height-1{
  font-family: "Helvetica Neue W1G", Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important; /* ή 700 αν το θες πιο “badge” */
  letter-spacing: 0 !important;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Fix: σύμβολα/βέλη/ligatures σε Pixfort menu/labels */
.pix-header,
.pix-header * ,
.pix-nav-link,
.pix-dropdown-title,
.pix-header-text {
  font-variant-ligatures: none !important;
  font-feature-settings: "liga" 0, "calt" 0 !important;
}
h1,h2,h3,h4,h5,h6,
.text-heading-default,
.pix-heading {
  font-family: "Helvetica Now Display","Helvetica Neue W1G",Arial,Helvetica,sans-serif !important;
}

