/* ======================================
   Fonts.css – Fuente local
   Inter (UI profesional para SaaS)
   ====================================== */

/* Inter Regular (400) */
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-400.woff2') format('woff2'),
         url('/fonts/Inter/Inter-400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Inter Medium (500) */
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-500.woff2') format('woff2'),
         url('/fonts/Inter/Inter-500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Inter SemiBold (600) */
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-600.woff2') format('woff2'),
         url('/fonts/Inter/Inter-600.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Inter Bold (700) */
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-700.woff2') format('woff2'),
         url('/fonts/Inter/Inter-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Inter ExtraBold (800) */
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-800.woff2') format('woff2'),
         url('/fonts/Inter/Inter-800.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
