/* Definición de la fuente HolidayFree local */
@font-face {
  font-family: 'HolidayFree';
  src: url('../vendor/fonts/holidayfree/HolidayFree.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Clase CSS para usar la fuente HolidayFree */
.holidayfree-font {
  font-family: 'HolidayFree', 'Dancing Script', cursive;
  letter-spacing: 3px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  font-weight: normal;
} 