/* Monospace font stack for hacker aesthetic */
@font-face {
  font-family: 'HackerFont';
  src: local('Courier New'), local('Courier'), local('monospace');
  font-weight: normal;
  font-style: normal;
}

/* Global font variable */
:root {
  --hacker-font: 'Courier New', Courier, monospace;
}