/*
Theme Name: Almanach de la maison
Theme URI: https://www.atlantic2.org
Author: Almanach de la maison
Author URI: https://www.atlantic2.org
Description: Block theme éditorial chaleureux pour magazine maison, jardin et déco. Palette ocre-nuit, typographie Vollkorn + Plus Jakarta Sans + Caveat manuscrit ; rythme « almanach » daté, hero édito du mois, bandes rubriques alternées et carnet daté.
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.0
Version: 0.1.0
License: Proprietary — usage interne
Text Domain: almanach-maison
Tags: block-theme, full-site-editing, blog, magazine, editorial, warm, almanac
*/

/* Reset / base minimal — tout le visuel est dans assets/style-supplemental.css */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-feature-settings: "kern", "liga", "calt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; }
