/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/
@font-face {
  font-family: 'Gotham';
  src: url('font/gotham-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('font/gotham-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --vert:   #4E5A3A;
  --brun:   #B08A58;
  --beige:  #F5F1E8;
  --blanc:  #FFFFFF;
  --noir:   #1C1C1C;
  --font:   'Gotham', 'Montserrat', system-ui, sans-serif;
  --track:  0.28em; /* espacement lettres, ~+280 */
}

body {
  font-family: var(--font);
  font-weight: 300;
  color: var(--noir);
  background: var(--beige);
}

h1, h2, h3, h4 {
  font-family: var(--font);
  font-weight: 300;
  color: var(--vert);
}

/* Utilitaire pour les titres très espacés de la charte */
.tracking {
  letter-spacing: var(--track);
  text-transform: uppercase;
  font-weight: 300;
}