/* P'tiTemps — Fondations globales : variables, reset et typographie. */
:root {
  --green: #178e79;
  --green-dark: #11695b;
  --green-soft: #e9f5f1;
  --cream: #f7f3ea;
  --yellow: #f2b441;
  --ink: #18302b;
  --text: #50615d;
  --line: #dce8e4;
  --white: #fff;
  --radius: 20px;
  --shadow: 0 16px 40px rgba(27, 86, 74, .1);
  --container: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: "Trebuchet MS", ui-rounded, system-ui, sans-serif; line-height: 1.15; }
h1 { max-width: 720px; margin-bottom: 1.25rem; font-size: clamp(2.45rem, 5vw, 4.6rem); letter-spacing: -.045em; }
h2 { margin-bottom: 1rem; font-size: clamp(2rem, 3.5vw, 3.15rem); letter-spacing: -.035em; }
h3 { font-size: 1.25rem; }
