/*
Theme Name: Gaïa Hello Child
Theme URI: https://gaia-executive-search.com/
Description: Thème enfant simple et performant pour Hello Elementor, conçu pour le site Gaïa Executive Search.
Author: GooPlus
Author URI: https://gooplus.fr/
Template: hello-elementor
Version: 1.0.0
Text Domain: gaia-hello-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
 * Styles globaux légers.
 * À compléter uniquement avec le CSS vraiment nécessaire au site.
 */

:root {
  --gaia-color-text: #1f2933;
  --gaia-color-primary: #0f2537;
  --gaia-color-accent: #b79a63;
  --gaia-color-light: #f7f5f0;
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-underline-offset: 0.18em;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

/* Accessibilité : conserve un focus visible au clavier */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--gaia-color-accent);
  outline-offset: 3px;
}
