/*
Theme Name: Flow with Ludo
Theme URI: https://ludovicperrichon.com
Author: Ludovic Perrichon
Author URI: https://ludovicperrichon.com
Description: Thème WordPress custom pour le blog technique Flow with Ludo (Power Platform, Power Automate, Power Apps, Dataverse, IA & Copilot). Développé from scratch en PHP natif, sans framework ni page builder.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flow-with-ludo
Tags: blog, custom-background, custom-menu, featured-images, threaded-comments, translation-ready

Flow with Ludo est un thème WordPress custom développé pour le blog de
Ludovic Perrichon (Tech Lead Power Platform). Toutes les couleurs, la
typographie et les gabarits sont écrits à la main, sans thème parent.
*/

/* -----------------------------------------------------------------------
   Reset minimal - le détail des styles (couleurs, typo, layout) vit dans
   assets/css/main.css, chargé via inc/enqueue.php.
   ----------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

ul[class],
ol[class] {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}
