/* Fontes do Projeto Conexão Cinco-HT */
/* Hierarquia: Visby (cabeçalhos) | GFS Artemisia (subcabeçalhos) | Mont (corpo) */

/* Visby - Para Cabeçalhos (h1, h2, h3) */
@font-face {
    font-family: 'Visby';
    src: url('../font/FONTSPRING/VisbyRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Visby';
    src: url('../font/FONTSPRING/VisbyMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Visby';
    src: url('../font/FONTSPRING/VisbySemibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Visby';
    src: url('../font/FONTSPRING/VisbyBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Visby';
    src: url('../font/FONTSPRING/VisbyExtrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Visby';
    src: url('../font/FONTSPRING/VisbyHeavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* GFS Artemisia - Para Subcabeçalhos */
@font-face {
    font-family: 'GFS Artemisia';
    src: url('../font/GFSArtemisia.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GFS Artemisia';
    src: url('../font/GFSArtemisiaBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GFS Artemisia';
    src: url('../font/GFSArtemisiaIt.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'GFS Artemisia';
    src: url('../font/GFSArtemisiaBoldIt.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

/* Mont - Para Corpo de Texto */
@font-face {
    font-family: 'Mont';
    src: url('../font/Mont-Regular.woff2') format('woff2'),
         url('../font/Mont-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../font/Mont-SemiBold.woff2') format('woff2'),
         url('../font/Mont-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../font/Mont-Bold.woff2') format('woff2'),
         url('../font/Mont-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../font/Mont-Heavy.woff2') format('woff2'),
         url('../font/Mont-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
