/*Tipografia*/
@font-face {
    font-family: 'ECI';
    src: url('../fonts/ECIFont-regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'ECI';
    src: url('../fonts/ECIFont-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'ECI';
    src: url('../fonts/Ecifont-light.ttf') format('truetype');
    font-weight: 300;
}

body {
    font-family: 'ECI', sans-serif!important;
    font-weight: 300!important;
}