/*
 Theme Name: CI - Intercâmbio | Theme
*/

/* Carregamento das fontes Lucida Sans */
@font-face {
    font-family: 'lucida-sans';
    src: url('./assets/fonts/lucida-sans/LucidaSans-Regular.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'lucida-sans';
    src: url('./assets/fonts/lucida-sans/LucidaSans-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'lucida-sans';
    src: url('./assets/fonts/lucida-sans/LucidaSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Aplicação global da fonte */
body {
    font-family: 'lucida-sans', sans-serif;
}
