/** Shopify CDN: Minification failed

Line 23:0 All "@import" rules must come first

**/
/* ============================================
   CUSTOM FONTS - LE MOULIN À PAROLES
   Irene Florentina pour titres
   Poppins pour texte de base
   ============================================ */

/* Déclaration de la font personnalisée Irene Florentina */
@font-face {
    font-family: 'Irene Florentina';
    src: url('IreneFlorentina-Regular.woff2') format('woff2'),
         url('IreneFlorentina-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Import de Poppins depuis Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600&display=swap');

/* ============================================
   APPLICATION DES FONTS
   ============================================ */

/* Titres H1, H2, H3 - Irene Florentina Bold */
h1, h2, h3,
.h1, .h2, .h3,
.heading,
.title,
.product-title,
.collection-title,
.section-heading,
.page-title,
.article-title,
.card-title,
.banner-title,
.product__title,
.collection__title {
    font-family: 'Irene Florentina', serif !important;
    font-weight: bold !important;
}

/* H4, H5, H6 peuvent rester en Poppins Semi-Bold si tu veux les différencier */
h4, h5, h6,
.h4, .h5, .h6 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-weight: 600 !important;
}

/* Texte de base - Poppins Regular (400) */
body,
p,
a,
li,
span,
div,
.body-text,
.text,
.description,
.product-description,
button,
input,
textarea,
select,
.rte {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-weight: 400 !important;
}

/* Italique - Poppins Italic */
em, i, .italic {
    font-family: 'Poppins', sans-serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
}

/* Gras dans le texte - Poppins Semi-Bold (600) */
strong, b, .bold {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
}

/* Gras + Italique - Poppins Semi-Bold Italic */
strong em, strong i, b em, b i,
em strong, i strong, em b, i b {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-style: italic !important;
}

/* Ajustements pour lisibilité */
body {
    font-weight: 400;
    line-height: 1.6;
}

h1, .h1 {
    letter-spacing: 0.02em;
}

h2, .h2, h3, .h3 {
    letter-spacing: 0.01em;
}

/* Ajustements spécifiques pour Poppins */
p, .body-text {
    line-height: 1.7;
}