/* Psychedelia HM Font Declaration */
@font-face {
  font-family: 'Psychedelia HM';
  src: url('./psychedelia-hm.woff2') format('woff2'),
       url('./psychedelia-hm.woff') format('woff'),
       url('./psychedelia-hm.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Fallback psychedelic fonts for when Psychedelia HM is not available */
.psychedelia-font {
  font-family: 'Psychedelia HM', 'Creepster', 'Nosifer', 'Butcherman', cursive, fantasy;
}

/* Alternative psychedelic font stack */
.psychedelic-alt {
  font-family: 'Creepster', 'Nosifer', 'Butcherman', cursive, fantasy;
}

/* Groovy text effects */
.groovy-text {
  font-family: 'Psychedelia HM', 'Creepster', cursive;
  text-shadow: 
    0 0 10px rgba(255, 215, 0, 0.8),
    0 0 20px rgba(255, 215, 0, 0.6),
    0 0 30px rgba(255, 215, 0, 0.4);
  letter-spacing: 0.1em;
}
