/* ==============================================
   PASBAQ CORPORATE FONTS
   exosquad-regular (TrueType) - Títulos
   Grift (OTF) - Contenido
   ============================================== */

/* exosquad-regular - Para títulos y headings */
@font-face {
    font-family: 'exosquad-regular';
    src: url('../fonts/exosquad/exosquad-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* GRIFT LIGHT - Textos secundarios y subtítulos */
@font-face {
    font-family: 'Grift Light';
    src: url('../fonts/grift/grift-light.ttf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* GRIFT MEDIUM - Cuerpo principal */
@font-face {
    font-family: 'Grift Medium';
    src: url('../fonts/grift/grift-medium.ttf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* GRIFT BOLD - Destacados y CTAs */
@font-face {
    font-family: 'Grift Bold';
    src: url('../fonts/grift/grift-bold.ttf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Fallback genérico para toda la familia Grift */
@font-face {
    font-family: 'Grift';
    src: url('../fonts/grift/grift-medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}