@font-face {
  font-family: "AtariST";
  src: url("AtariST.ttf") format("truetype");
}
@font-face {
  font-family: "Atari8Bit";
  src: url("Atari8Bit.ttf") format("truetype");
}

.title {
  font-family: "AtariST", "Consolas", monospace;
}

.atari-screen {
  font-family: "Atari8Bit", "Consolas", monospace;
}

body {
  background-image: url("dark_atari_tile.png");
  background-repeat: repeat;
  background-size: 256px;
}

#breece-css {
  --bulma-primary-h:40deg;
  --bulma-primary-s:60%;
  --bulma-primary-l:65%;
  --bulma-info-h:235deg;
  --bulma-info-s:25%;
  --bulma-info-l:40%;

  .panel-heading {
    background: #555511;
    background: linear-gradient(0deg,rgba(85, 85, 17, 1) 0%, rgba(238, 221, 153, 1) 20%, rgba(238, 221, 153, 1) 80%, rgba(85, 85, 17, 1) 100%);
  }
}
