/* Barlow Condensed - Principal para el nav y títulos */
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: local('Barlow Condensed Regular'), local('BarlowCondensed-Regular'),
         url('fonts/barlow-condensed-v13-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: local('Barlow Condensed Medium'), local('BarlowCondensed-Medium'),
         url('fonts/barlow-condensed-v13-latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src: local('Barlow Condensed SemiBold'), local('BarlowCondensed-SemiBold'),
         url('fonts/barlow-condensed-v13-latin-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: local('Barlow Condensed Bold'), local('BarlowCondensed-Bold'),
         url('fonts/barlow-condensed-v13-latin-700.woff2') format('woff2');
}

/* Poppins - Formularios y textos secundarios */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'),
         url('fonts/poppins-v24-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
         url('fonts/poppins-v24-latin-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Poppins Bold'), local('Poppins-Bold'),
         url('fonts/poppins-v24-latin-700.woff2') format('woff2');
}

/* Crimson Text - Títulos elegantes */
@font-face {
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Crimson Text Regular'), local('CrimsonText-Regular'),
         url('fonts/crimson-text-v19-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Crimson Text Bold'), local('CrimsonText-Bold'),
         url('fonts/crimson-text-v19-latin-700.woff2') format('woff2');
}

/* Source Sans 3 - Textos de contenido */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans 3 Regular'), local('SourceSans3-Regular'),
         url('fonts/source-sans-3-v19-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Source Sans 3 SemiBold'), local('SourceSans3-SemiBold'),
         url('fonts/source-sans-3-v19-latin-600.woff2') format('woff2');
}
