@font-face {
    font-family: 'CorpoA';
    src: url('fonts/corpoa.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CorpoA';
    src: url('fonts/corpoai.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'CorpoA';
    src: url('fonts/corpoab.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CorpoA';
    src: url('fonts/corpoabi.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}