@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 500;
  src: local('Orbitron Medium'), local('Orbitron-Medium'), url(orbitron-medium.ttf) format('truetype');
}

.grab {
    cursor: grab;
}

.grab:active {
    cursor: grabbing;
}
