@font-face { font-family: 'Utendo'; src: local('Utendo'), local('Utendo-Regular'); font-weight: 400; }
@font-face { font-family: 'Utendo'; src: local('Utendo Black'), local('Utendo-Black'); font-weight: 900; }
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: optional;
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.reveal.active { opacity: 1; transform: translateY(0); }

#clubs{
    background: url("/assets/img/pattern-lignes.svg");
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #0d0f26; }
::-webkit-scrollbar-thumb { background: #37489c; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: #eb1e27; }