@font-face {
  font-family: 'Pixellari';
  src: local(''),
  url('/fonts/Pixellari.ttf');
}

html, body {
    background-color: rgb(32, 32, 32);
    cursor: url("img/triangle-cur.png"), default;
    font-family:'Pixellari', Cochin, Georgia, Times, 'Times New Roman', serif;
    background-image: url("img/shapes-colors-bg.jpg");
}
