@font-face {
    font-family: 'CoconRegular';
    src: url('./cocon_regular.otf') format('opentype'),
         url('./Cocon-Regular.woff2') format('woff2'),
         url('./Cocon-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}