/*!
Theme Name: Lino Ludovic
Theme URI: https://linoludovic.fr/
Author: Lino Ludovic
Author URI: https://linoludovic.fr/
Description: Thème WordPress éditorial et élégant pour le blog de Lino Ludovic, photographe de mariage. Inspiré directement du site vitrine : typographies raffinées (Playfair Display, Tiro Bangla, Cormorant Garamond, Montserrat, Barlow Semi Condensed), palette bordeaux profond sur fond crème, header fixe centré, footer trois colonnes avec newsletter. Inclut une fonctionnalité d'auto‑catégorisation des articles lors de l'enregistrement (brouillon ou publication).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: linoludovic
Tags: blog, photography, elegant, editorial, wedding, one-column, two-columns, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, rtl-language-support, custom-colors, custom-background

Lino Ludovic WordPress Theme, (C) Lino Ludovic
Lino Ludovic WordPress Theme is distributed under the terms of the GNU GPL.
*/

/*
 * Toutes les règles de style principales sont dans assets/css/main.css.
 * Ce fichier ne contient que l'en-tête WordPress (obligatoire) et quelques
 * résets minimaux pour les cas où main.css n'aurait pas encore été chargé.
 */

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif; background: #fdfcfa; color: #2c2c2c; }
