/* Academia Naval V48.74 - sistema tipografico interno.
 * Manrope Variable local, SIL Open Font License 1.1.
 * No altera colores, iconografia, tamanos de tarjetas ni layout.
 */
@font-face{
  font-family:'ANV Manrope';
  font-style:normal;
  /* La ventana opcional evita sustituir una fuente ya dibujada. El archivo se
     sirve localmente y se precarga en la aplicacion principal. */
  font-display:optional;
  font-weight:200 800;
  src:url('https://cdn.jsdelivr.net/fontsource/fonts/manrope:vf@5.3.0/latin-wght-normal.woff2') format('woff2-variations');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root{
  --anv-font-ui:'ANV Manrope','Segoe UI Variable','Avenir Next','Segoe UI',Roboto,Arial,sans-serif;
}

html,body{
  font-family:var(--anv-font-ui)!important;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

body{
  font-weight:500;
  letter-spacing:-.006em;
}

button,input,textarea,select,option{
  font-family:inherit;
}

h1,h2,h3,h4,h5,h6{
  font-family:inherit;
  font-weight:750;
  letter-spacing:-.026em;
}

b,strong{
  font-weight:750;
}

/* Mantiene etiquetas compactas con presencia, sin el peso excesivo anterior. */
:is(.simulacro-etiqueta,.simulacro-seccion-titulo small,.esp-sheet-top small,.esp-sheet-selection small,.esp-purchase-title small,.perfil-modal-card small,.resultado-dato small,.tema-ruta-pct,.accion-ruta-kicker,.retos-hero small){
  font-weight:800!important;
  letter-spacing:.09em;
}

/* Titulos principales: jerarquia fuerte pero mas limpia junto a Solar Icons. */
:is(.simulacro-hero h2,.retos-hero h2,.esp-sheet-top h2,.resultado-titulo,.social-title h2,.perfil-hero h2,.accion-ruta-copy h3,.tema-ruta-copy h3){
  font-weight:750!important;
  letter-spacing:-.028em;
}

/* Contenido y controles: lectura mas suave y consistente. */
:is(.btn,.tab,.accion-ruta-boton,.simulacro-volver,.retos-volver,.quiz-back-v4638,.quiz-primary-tools-v4638 button,.quiz-more-tools-v4638 button,.esp-pay-button,.esp-next){
  font-weight:700!important;
}

/* Los distintivos de grado y portadas editoriales conservan su tipografia propia. */
.esp-rank-badge,.esp-rank-badge *, .tomo-portada,.tomo-portada *{
  letter-spacing:initial;
}
