@font-face {
font-family: 'Devin Chavez Font';
src: url('../fonts/devin-chavez-font.ttf') format('truetype');
}

@font-face {
font-family: 'Flexi IBM VGA False Regular';
src: url('../fonts/Flexi_IBM_VGA_False.ttf') format('truetype');
}

.custom-cursor {
  cursor: url("../img/cursor/cursor.cur"), auto;
}

.interactive-element:hover {
  cursor: url("../img/cursor/click.cur"), pointer;
}

a:hover{
  cursor: url('https://i.imgur.com/7FIm1Oz.png'), auto !important;
}