/*
Theme Name: GeneratePress Child
Template: generatepress
*/

@import url("../generatepress/style.css");

/* Polices personnalisées */
@font-face {
  font-family: 'PoliceTitres';
  src: url('./fonts/Berenika-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PoliceSlogan';
  src: url('./fonts/Montez-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PoliceTexte';
  src: url('./fonts/ArefRuqaa-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Application des polices */
.site-title, h1, h2, h3, h4, h5, h6 {
  font-family: 'PoliceTitres', sans-serif !important;
}

.site-tagline, .site-description {
  font-family: 'PoliceSlogan', sans-serif !important;
}

body, p, .entry-content {
  font-family: 'PoliceTexte', sans-serif !important;
}
 /* Couleurs pour les titres et texte */
.site-title, h1, h2, h3, h4, h5, h6 {
  color: #8B3E3E !important;
}

body, p {
  color: #434649 !important;
}

/* Arrière-plan répétable pour tout le site */
/* Arrière-plan répétable */
body {
  background-image: url('./images/Fond02.png');
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: auto;
}