@font-face {
    font-family: 'ECA';
    src: url('../fonts/eca-bold.otf') format('truetype'),
         url('../fonts/eca-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ECA';
    src: url('../fonts/eca-light.otf') format('truetype'),
         url('../fonts/eca-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'ECA';
    src: url('../fonts/eca-medium.otf') format('truetype'),
         url('../fonts/eca-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'ECA';
    src: url('../fonts/eca-regular.otf') format('truetype'),
         url('../fonts/eca-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ECA';
    src: url('../fonts/eca-semibold.otf') format('truetype'),
         url('../fonts/eca-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
