/* 
 Theme Name:   AziluM Gaming
 Theme URI:    https://azilum-gamin.com
 Description:  
 Author:       Darwine
 Author URI:   
 Template:     hello-elementor
 Version:      3.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/* Redéclaration volontaire, après Elementor */
@font-face{
  font-family: "Titillium Web";
  src: url("/wp-content/uploads/2025/09/titilliumweb-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Titillium Web";
  src: url("/wp-content/uploads/2025/09/titilliumweb-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* (optionnel) stack fallback pour limiter les micro-sauts */
:root{ --fallback-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", sans-serif; }
body{ font-family: "Titillium Web", var(--fallback-sans); }


.gradient-azilum {
    background: linear-gradient(
          90deg,
        #ff8c00,        /* Orange (0%) */
        #ff7f50,        /* Corail (20%) */
        #ff6f61,        /* Orange-rose (40%) */
        #ff1493,        /* Rose vif (60%) */
        #d147a1,        /* Rose-violet (80%) */
        #8a2be2,        /* Violet (100%) */
        #ff8c00         /* Orange (120%, pour boucler en douceur) */
    );
    background-size: 200% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: shine 10s linear infinite;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}






