/* ============================================================
   DEUCE S.A. — Estilos cumplimiento Manual Claro Paraguay
   ============================================================ */

/* ---- TIPOGRAFÍA AMX (Manual Claro pág 5)
   Institucional para H1/H2/H3 en webs relacionadas a la marca.
   Archivo propietario Claro — pendiente recibir de Marketing PY.
   Cuando llegue el .woff2/.otf, dejarlo en /assets/fonts/ y activa solo.
   Fallback: Roboto Black (Google Fonts).
---- */

@font-face {
  font-family: 'AMX';
  src: url('../fonts/AMX-Black.woff2') format('woff2'),
       url('../fonts/AMX-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AMX';
  src: url('../fonts/AMX-Bold.woff2') format('woff2'),
       url('../fonts/AMX-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AMX';
  src: url('../fonts/AMX-Regular.woff2') format('woff2'),
       url('../fonts/AMX-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AMX';
  src: url('../fonts/AMX-Light.woff2') format('woff2'),
       url('../fonts/AMX-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Manual pág 5: H1, H2, H3 deben usar AMX */
h1, h2, h3,
.font-amx {
  font-family: 'AMX', 'Roboto', system-ui, -apple-system, sans-serif;
}

/* Body y resto: Roboto (Manual pág 6) */
body {
  font-family: 'Roboto', system-ui, -apple-system, sans-serif;
}

/* (Badges placeholder eliminados) */

/* Esconde escapes Alpine */
[x-cloak] { display: none !important; }
