/*
Theme Name: Arneys
Theme URI: https://arneys.fr
Author: Sylvie Rogey
Author URI: https://arneys.fr
Description: Thème bloc d'Arneys. Une feuille de style par page, reprise telle quelle de la maquette validée : le rendu ne peut pas s'en écarter.
Version: 2.6.2
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arneys
Tags: block-theme, full-site-editing, accessibility-ready
*/

/* ── Polices auto-hébergées ────────────────────────────────────────────
   Newsreader, Inter et Caveat, licence SIL Open Font 1.1 (fonts/OFL.txt).
   Sous-ensemble latin étendu : 1 691 Ko d'origine ramenés à 224 Ko. */
@font-face{font-family:'Newsreader';
  src:url('fonts/newsreader-variable.woff2') format('woff2-variations');
  font-weight:400 600;font-style:normal;font-display:swap}
@font-face{font-family:'Newsreader';
  src:url('fonts/newsreader-italic.woff2') format('woff2');
  font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:'Inter';
  src:url('fonts/inter-variable.woff2') format('woff2-variations');
  font-weight:400 600;font-style:normal;font-display:swap}
@font-face{font-family:'Caveat';
  src:url('fonts/caveat-variable.woff2') format('woff2-variations');
  font-weight:400 700;font-style:normal;font-display:optional}

/* ── Intégration WordPress ─────────────────────────────────────────────
   Les sections portent leur propre rythme vertical : on neutralise les
   marges que l'éditeur de blocs ajoute autour d'elles. */
main.wp-block-group{margin:0;padding:0;max-width:none}
main.wp-block-group > *,
main.wp-block-group > * + *,
main.wp-block-group .wp-block-post-content > *,
main.wp-block-group .wp-block-post-content > * + *{margin-block-start:0;margin-block-end:0}
main.wp-block-group .wp-block-html{margin:0;padding:0}
/* le conteneur des parties de gabarit empêcherait l'en-tête de coller */
.wp-block-template-part{display:contents}
body.admin-bar header{top:32px}
@media (max-width:782px){body.admin-bar header{top:46px}}
