/*
Theme Name: Mel Move Studio
Theme URI: https://melmovestudio.com
Author: Mel Move Studio
Description: Thème minimal — tout le design est géré par Elementor Pro
Version: 1.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: mel-move-studio
*/

/* Variables globales disponibles pour Elementor Custom CSS */
:root {
  --brown:       #7A4A12;
  --sand:        #DBB58F;
  --sand-light:  #EDD5B5;
  --cream:       #F7E6D1;
  --cream-light: #FDF5EC;
  --dark:        #2C1A08;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
img { max-width: 100%; display: block; }
