@charset "utf-8";

/*Fontes da Página*/
@font-face {
    font-family: 'ADAM.CG PRO';
    src: url('font/ADAMCGPRO.woff2') format('woff2'),
        url('font/ADAMCGPRO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('font/BebasNeue-Regular.woff2') format('woff2'),
        url('font/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('font/Calibri.woff2') format('woff2'),
        url('font/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Candara';
    src: url('font/Candara.woff2') format('woff2'),
        url('font/Candara.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Candara Bold';
    src: url('font/Candara-Bold.woff2') format('woff2'),
        url('font/Candara-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Eras Light ITC';
    src: url('font/ErasITC-Light.woff2') format('woff2'),
        url('font/ErasITC-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Eras Medium ITC';
    src: url('font/ErasITC-Medium.woff2') format('woff2'),
        url('font/ErasITC-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'KG Lego House';
    src: url('font/KGLegoHouse.woff2') format('woff2'),
        url('font/KGLegoHouse.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('font/Lato-Regular.woff2') format('woff2'),
        url('font/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Bold';
    src: url('font/Lato-Bold.woff2') format('woff2'),
        url('font/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/*Classe de fonte*/
.e_adam { font-family: 'ADAM.CG PRO'; }
.e_bebas_neue { font-family: 'Bebas Neue'; }
.e_calibri { font-family: 'Calibri'; }
.e_candara { font-family: 'Candara'; }
.e_candara_bold { font-family: 'Candara Bold'; }
.e_eras_light_itc { font-family: 'Eras Light ITC'; }
.e_eras_medium_itc { font-family: 'Eras Medium ITC'; }
.e_kg_lego_house { font-family: 'KG Lego House'; }
.e_lato { font-family: 'Lato'; }
.e_lato_bold { font-family: 'Lato Bold'; }