/* ============================================
   Brand fonts — Almarena Neue + Cruyff Sans
   Hosted locally from assets/fonts/.
   Browsers handle .otf and .ttf natively; we keep
   the source format the user uploaded.
   ============================================ */

@font-face {
  font-family: "Almarena Neue";
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/AlmarenaNeue-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Almarena Neue";
  font-display: swap;
  font-weight: 600;
  src: url("../fonts/AlmarenaNeue-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Almarena Neue";
  font-display: swap;
  font-weight: 700;
  src: url("../fonts/AlmarenaNeue-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Cruyff Sans";
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/CruyffSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Cruyff Sans";
  font-display: swap;
  font-weight: 500;
  src: url("../fonts/CruyffSans-Medium.ttf") format("truetype");
}
