/* Configuration FontAwesome Pro 7.0 pour WP Pro Quiz */

/* Définir le chemin des webfonts pour FontAwesome Pro 7.0 */
@font-face {
  font-family: 'Font Awesome 7 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../webfonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 7 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/fa-regular-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 7 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('../webfonts/fa-light-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 7 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../webfonts/fa-duotone-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 7 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/fa-brands-400.woff2') format('woff2');
}

/* Namespace pour éviter les conflits avec FontAwesome du site */
.wpProQuiz_content .fa,
.wpProQuiz_content .fas,
.wpProQuiz_content .far,
.wpProQuiz_content .fal,
.wpProQuiz_content .fad,
.wpProQuiz_content .fab,
.wpProQuiz_content .fa-solid,
.wpProQuiz_content .fa-regular,
.wpProQuiz_content .fa-light,
.wpProQuiz_content .fa-duotone,
.wpProQuiz_content .fa-brands {
  font-family: 'Font Awesome 7 Pro' !important;
}

.wpProQuiz_content .fa-duotone,
.wpProQuiz_content .fad {
  font-family: 'Font Awesome 7 Duotone' !important;
}

.wpProQuiz_content .fa-brands,
.wpProQuiz_content .fab {
  font-family: 'Font Awesome 7 Brands' !important;
}
