/* Fonts TicketMax — mezcla de Google Fonts CDN (woff2 locales fallaban con HTML 404)
 * + Lato local (único que tenía archivos válidos).
 * Si se restauran los woff2 locales, cambiar CDN por src locales.
 */

@import url('https://fonts.googleapis.com/css2?family=Amiko:wght@400;600;700&family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');

/* Lato local (tiene archivos válidos 23KB) */
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; font-display: swap; src: url('lato/lato-400.woff2') format('woff2'); }
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; font-display: swap; src: url('lato/lato-700.woff2') format('woff2'); }
