/*
Theme Name: Ethikey Child
Theme URI: https://ethikey.com/
Description: Thème enfant Astra pour Ethikey (formation/ebook, éthique financière chrétienne). Dérivé d'astra-child P&P.
Author: Stéphane Chotard
Author URI: https://ethikey.com/
Template: astra
Version: 0.1.0
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: etk-child
*/

/* =========================================================================
   TOC
   1. Tokens (palette, typo, breakpoints)
   2. Globals
   3. Layout
   4. Header / footer
   5. Pages
   6. WooCommerce
   7. Tutor LMS
   8. Patterns Spectra spécifiques
   9. Utilities
   ========================================================================= */

/* ------- 1. Tokens ------- */
:root {
  /* Palette Ethikey — à figer */
  --etk-primary: #2d3a5a;       /* bleu nuit (gravitas) */
  --etk-accent:  #c8a35c;       /* or sobre (valeur) */
  --etk-bg:      #fafafa;
  --etk-text:    #1a1a1a;
  --etk-muted:   #6b6b6b;

  /* Typo */
  --etk-font-serif: 'Cormorant Garamond', Georgia, serif;
  --etk-font-sans:  'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Spacing */
  --etk-space-xs: 0.5rem;
  --etk-space-sm: 1rem;
  --etk-space-md: 2rem;
  --etk-space-lg: 4rem;
  --etk-space-xl: 6rem;
}

/* Breakpoints (cohérent astra-child P&P) :
   - 1024px : desktop / tablet
   - 781px  : tablet / small
   - 600px  : mobile L
   - 480px  : mobile S
*/

/* ------- 2. Globals ------- */
body {
  font-family: var(--etk-font-sans);
  color: var(--etk-text);
  background: var(--etk-bg);
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: var(--etk-font-serif);
  color: var(--etk-primary);
}

/* Sections 3-9 à remplir au fur et à mesure de la construction du site. */
