@font-face {
    font-family: 'Celestial';  /* Choose a name for your font */
    src: url('/static/event5/celestial.otf') format('opentype'); 
    font-weight: 400;
    font-style: normal;
}

.celestial {
    font-family: 'Celestial', sans-serif;
    font-weight: 400;
    font-style: normal;
}
