/**
Theme Name: Le Conservateur
Author: WordPress Création
Author URI: https://wordpresscreation.fr/
Description: Site créé avec passion par WordPress Création
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: le-conservateur
Template: astra
*/



/* Mulish Variable Font */
@font-face {
  font-family: 'Mulish';
  src: url('fonts/Mulish-VariableFont_wght.woff2') format('woff2'),
       url('fonts/Mulish-VariableFont_wght.woff') format('woff');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

/* FreightDisp Pro Light */
@font-face {
  font-family: 'FreightDisp Pro';
  src: url('fonts/FreightDispProLight-Regular.woff2') format('woff2'),
       url('fonts/FreightDispProLight-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


/* Texte global */
body, p, li, input, textarea, select, button {
    font-family: 'Mulish', sans-serif !important;





/* RESPONSIVE */

@media (max-width: 1199px) {
  p {
    font-size: 1em; /* tablette (16px) */
  }


@media (max-width: 799px) {
  p {
    font-size: 0.9375em; /* mobile (15px) */
  }

