/**
 * Fontes Locais - Barlow Family
 * 
 * Este arquivo carrega as fontes Barlow e Barlow Condensed localmente,
 * eliminando a dependência do Google Fonts CDN.
 * 
 * As fontes devem estar na pasta: assets/fonts/
 */

/* Barlow Regular */
@font-face {
    font-family: 'Barlow';
    src: url('../fonts/barlow-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/barlow-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/barlow-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/barlow-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Barlow Condensed */
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/barlow-condensed-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/barlow-condensed-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/barlow-condensed-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
