@font-face {
    font-family: 'Barlow Condensed';
    src: url('/assets/fonts/Barlow_Condensed/BarlowCondensed-Regular.ttf?v1-1') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('/assets/fonts/Barlow_Condensed/BarlowCondensed-Bold.ttf?v1-1') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('/assets/fonts/Barlow_Condensed/BarlowCondensed-Light.ttf?v1-1') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Si tienes las versiones itálicas */
@font-face {
    font-family: 'Barlow Condensed';
    src: url('/assets/fonts/Barlow_Condensed/BarlowCondensed-Italic.ttf?v1-1') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

*{
    --primary-color: #4A90E2;
    --primary-color-inverse: #FFFFFF;
}


