/*
Theme Name: Playerx Child
Theme URI: https://playerx.qodeinteractive.com
Description: A child theme of Playerx Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.2
Text Domain: playerx
Template: playerx
*/
/* ===== Al Ahli Display Font ===== */
@font-face {
    font-family: 'Al Ahli Display';
    src: url('fonts/AlAhli-Display.woff2') format('woff2'),
         url('fonts/AlAhli-Display.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Al Ahli Display pour les titres */
h1, h2, h3, h4, h5, h6,
.edgtf-page-title h1,
.edgtf-section-title,
.elementor-heading-title {
    font-family: 'Al Ahli Display', sans-serif !important;
}
/* ================================
   FOOTER - Logo centré
   ================================ */
   .edgtf-footer-top-inner .widget_media_image figure {
    display: flex;
    justify-content: center;
    margin: 0;
}

.edgtf-footer-top-inner .widget_media_image img {
    display: block;
    margin: 0 auto;
}

