/*
Theme Name: Coucou
Theme URI: https://le-pot-gourmand.ca
Author: Le Pot Gourmand
Author URI: https://le-pot-gourmand.ca
Description: Thème personnalisé pour la plateforme marchande, comptes clients et consignataires, et back office de gestion.
Version: 0.1.0
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: coucou
*/

:root {
	--coucou-ink: #1d1714;
	--coucou-cream: #fff8f1;
	--coucou-paper: #fffdf9;
	--coucou-muted: #6d625c;
	--coucou-border: rgba(29, 23, 20, 0.08);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--coucou-cream);
	color: var(--coucou-ink);
	font-family: "Nunito", sans-serif;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
}

.site-main section[id] {
	scroll-margin-top: 120px;
}