/*
Theme Name: EGC France Elementor 3.0
Theme URI: https://egc-france.fr/
Author: Lunea Ajans
Description: EGC France için çok sayfalı, Elementor uyumlu kurumsal WordPress teması. Proje detayları, global ayarlar ve EGC France Elementor Suite ile çalışır.
Version: 3.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: egc-france-elementor
License: GPL-2.0-or-later
*/

:root {
  --egc-navy: #1b2a5e;
  --egc-navy-deep: #151f45;
  --egc-red: #d62b2b;
  --egc-paper: #ffffff;
  --egc-mist: #f2f3f5;
  --egc-hairline: #dcdee3;
  --egc-muted: #5f677f;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--egc-paper);
  color: var(--egc-navy);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.egc-site-main { min-height: 70vh; }
.egc-default-shell { width: min(100% - 40px, 1180px); margin-inline: auto; padding-block: 120px; }
.egc-default-title { font-family: Manrope, Inter, sans-serif; font-size: clamp(2.5rem, 7vw, 5rem); line-height: .98; letter-spacing: -.045em; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
