/*
Theme Name: VEF Premium
Theme URI: https://vefpremium.com
Author: VEF Premium Team
Author URI: https://vefpremium.com
Description: Thème personnalisé pour l'agence de voyage VEF Premium spécialisée dans les expériences touristiques de luxe aux États-Unis.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vef-premium
*/

:root {
	--sections-padding-y: 50px;
	--sections-padding-x: 30px;

	--clr-gold: #CCBE94;
	--clr-blue: #31404B;

	/* Typography */
	--vef-font-family-ss: "Poppins", 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 16px;

}

@media (min-width:500px) {
	:root {
		--sections-padding-y: 100px;
	}
}

body {
	background-color: #222;
}

body,
h1,
h2,
H3,
h4 {
	font-family: var(--vef-font-family-ss);
}

p,
h1,
h2,
H3,
h4 {
	line-height: inherit;
}