@import url("https://fonts.googleapis.com/css?family=Press+Start+2P");

/* Define font classes */
.press-start-2p-regular {
  font-family: "Press Start 2P";
  font-weight: 400;
  font-style: normal;
}
.matemasie-regular {
  font-family: "Matemasie", sans-serif;
  font-weight: 800;
  font-style: normal;
}


/* put stuff in the middle */
.center {
    text-align: center;
    align-content: center; 
  }
  
  
  /* Text strength */
  .lighter {
      font-weight: lighter;
    }

    .normal {
      font-weight: normal;
    }

    .bold {
      font-weight: bold;
    }

    .bolder {
      font-weight: bolder;
    }
  
/* cursor */
body {
  cursor: url("/cursor.png"), auto; 
}
  
