/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Icônes Font Awesome */
.fa, .fas, .far, .fal, .fab {
    font-family: "Font Awesome 6 Free" !important;
}

.fab {
    font-family: "Font Awesome 6 Brands" !important;
}

/* Rétablir la police des étoiles WooCommerce */
.star-rating span::before {
    font-family: star !important;
}

/* Protection générale : éviter que Montserrat écrase les icônes */
[class*="fa-"], [class^="fa-"], .dashicons, .star-rating span::before {
    font-family: inherit;
}



/* forcer awsome a s'ouvrir partout et a Monserrat d'afficher sans serif */
body, header, footer, .elementor {
  font-family: 'Montserrat', sans-serif !important;
}

.fa, .fab, .far {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900; /* ou 400 selon icône */
}

footer-widgets .footer-box .widget-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
}

body, header, footer, .elementor {
    font-family: 'Montserrat', sans-serif !important;
}