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

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

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

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