/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/style.css ***!
  \***********************************************************************************************************************************************************************/
/* Vous devez modifier ici les polices que vous souhaitez sur votre site wordpress */

.editor-styles-wrapper .wam-underline, .wam-underline  {
    text-decoration: underline !important;
}

.editor-styles-wrapper .wam-highlight-rounded, .wam-highlight-rounded  {
    padding: 0.5rem !important;
    border-radius: 50px !important;
}

.editor-styles-wrapper .petit-h1, .petit-h1 {
    font-style: normal !important;
    font-weight: 300 !important;
    display: inline-block !important;
    font-family: 'Manrope', serif !important;
    font-size: clamp(1.25rem, 1.25rem + ((1vw - 0.313rem) * 3), 2rem) !important;
}

/* TODO -> à modifier */
.editor-styles-wrapper .wam-custom-font-family-1, .wam-custom-font-family-1{
    font-family: 'Manrope', serif !important;
}

/* TODO -> à modifier */
.editor-styles-wrapper .wam-custom-font-family-2, .wam-custom-font-family-2{
    font-family: "Square Peg", cursive !important;
    line-height: 0.3 !important;
    padding-left: 2.5rem;
    text-transform: unset !important;
    font-size: 3em;
    @media screen and (min-width: 600px) and (max-width: 900px){
        font-size: 2.2em;
    }@media screen and (max-width: 600px){
    padding-left: 0.5em;
    font-size: 2em;
    }
}

/*# sourceMappingURL=style-main.css.map*/