/* Fuente Gótica Old English - Local */
@font-face {
  font-family: 'Old English Gothic';
  src: url('./oldenglishtextmt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Fallback para dispositivos que no soporten la fuente */
@font-face {
  font-family: 'Old English Gothic Fallback';
  src: local('Times New Roman');
  font-weight: normal;
  font-style: normal;
}
