/* =========================================================
   TIPOGRAFÍA PERSONALIZADA: MONT (Definitiva 2026)
   ========================================================= */

/* 1. Mont BOLD/BLACK (Para Títulos e Impacto) 
   Uso: font-weight: 700, 800 o 900 */
@font-face {
    font-family: 'Mont'; 
    src: url('https://tcgsas.co/wp-content/themes/flatsome/font/Mont-Bold.woff2') format('woff2');
    font-weight: 900; /* Asignamos al peso 900 (Black) para máxima fuerza */
    font-style: normal;
    font-display: swap; 
}

/* 2. Mont REGULAR (Para Cuerpo de Texto)
   NOTA: Si tienes el archivo Regular en la misma carpeta, descomenta y ajusta la URL abajo.
   Si no, el navegador simulará el regular o usará una fuente del sistema. */
/* @font-face {
    font-family: 'Mont';
    src: url('https://tcgsas.co/wp-content/themes/flatsome/font/Mont-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} 
*/

/* =========================================================
   CLASES DE UTILIDAD PARA SLIDER REVOLUTION
   ========================================================= */

/* Forzar fuente Mont en capas específicas si el editor se resiste */
.mont-font {
    font-family: 'Mont', sans-serif !important;
    font-weight: 900 !important;
}