/*
Theme Name:  Pauly'Formes
Theme URI:   https://paulyformes.fr
Description: Thème custom Studio Pauly'Formes — Fitness · Pilates · Outdoor
Author:      LV Studio
Author URI:  https://lv-studio.fr
Version:     1.0.0
Text Domain: paulyformes
*/

/* ─── VARIABLES ─── */
:root {
  --cream:  #efddd0;
  --brown:  #9a5b37;
  --dark:   #50351d;
  --darker: #3a2515;
  --white:  #fffaf6;
  --ink:    #2a1c12;
  --muted:  #8a7260;
}

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-weight: 300;
}
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
a { text-decoration: none; }
button { cursor: pointer; font-family: inherit; }
