/* ============================================
   Global Styles
   ============================================ */

/* Helvetica Neue — used in loader, lyrics, etc. */
@font-face {
  font-family: "Helvetica Neue";
  src: url("/font/HelveticaNeueRoman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/font/HelveticaNeueBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: var(--font-primary);
  background-color: #12257D;
  color: var(--color-text-primary);
  overflow-x: hidden;
}

/* --- Utility Classes --- */
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
