/* Magnita font files not found - using fallback fonts */
/* 
Para adicionar a fonte Magnita:
1. Adicione os arquivos .woff2 da Magnita na pasta: assets/fonts/Magnita/fonts/
2. Descomente e ajuste os caminhos abaixo:
*/

/*
@font-face {
    font-family: 'Magnita';
    src: url('../fonts/Magnita-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magnita';
    src: url('../fonts/Magnita-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magnita';
    src: url('../fonts/Magnita-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
*/
