@font-face {
    font-family: 'Cochin';
    src: url('./fonts/Cochin.eot');
    src: url('./fonts/Cochin.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Cochin.woff') format('woff'),
        url('./fonts/Cochin.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marion';
    src: url('./fonts/Marion.eot');
    src: url('./fonts/Marion.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Marion.woff') format('woff'),
        url('./fonts/Marion.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


