/* Fontes locais — woff2 primeiro, font-display evita texto invisível em rede lenta */

@font-face {
    font-family: 'Raleway-Black';
    src: url('../fonts/Raleway-Black/Raleway-Black.woff2?v=2') format('woff2'),
         url('../fonts/Raleway-Black/Raleway-Black.woff?v=2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/Raleway-Bold/Raleway-Bold.woff2?v=2') format('woff2'),
         url('../fonts/Raleway-Bold/Raleway-Bold.woff?v=2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/Raleway-Regular/Raleway-Regular.woff2?v=2') format('woff2'),
         url('../fonts/Raleway-Regular/Raleway-Regular.woff?v=2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ChunkFiveEx';
    src: url('../fonts/ChunkFiveEx/ChunkFiveEx.woff2?v=2') format('woff2'),
         url('../fonts/ChunkFiveEx/ChunkFiveEx.woff?v=2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular/Montserrat-Regular.woff2?v=2') format('woff2'),
         url('../fonts/Montserrat-Regular/Montserrat-Regular.woff?v=2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light/Montserrat-Light.woff2?v=2') format('woff2'),
         url('../fonts/Montserrat-Light/Montserrat-Light.woff?v=2') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold/Montserrat-Bold.woff2?v=2') format('woff2'),
         url('../fonts/Montserrat-Bold/Montserrat-Bold.woff?v=2') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
