@font-face {
  font-family: 'The Magic Castle';
  /* O usuário informou que adicionou o arquivo, então presumimos que ele existe neste caminho */
  src: url('./TheMagicCastle.otf') format('opentype'),
       url('./TheMagicCastle.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}