/*
Theme Name: Malick AMADOU
Theme URI: https://malickamadou.com
Author: Comlan ADJAHO
Description: Thème professionnel sur mesure pour Malick AMADOU — Gestion d'Actifs & Finance
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 8.0
License: Propriétaire
Text Domain: malick-amadou
*/

/* Variables globales */
:root {
	--gold: #B8965A;
	--gold-light: #D4B07A;
	--gold-pale: #F5EDD8;
	--dark: #0E0E0E;
	--dark2: #1A1A1A;
	--dark3: #2A2A2A;
	--cream: #FAF8F3;
	--text: #1C1C1C;
	--muted: #6B6560;
	--navy: #122D5B;
	--border: rgba(184, 150, 90, 0.2);
	--font-body: 'Roboto', sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
	font-family: var(--ma-font-stack, var(--font-body));
	background: var(--cream);
	color: var(--text);
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button, input, select, textarea { font-family: var(--ma-font-stack, var(--font-body)); }

/* Utilitaires */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.fade-up.visible { opacity: 1; transform: none; }
