#main-content {
    opacity: 1;
    transition: opacity 350ms cubic-bezier(0.4,0.0,0.2,1);
}

#main-content.fade-out {
    opacity: 0;
    pointer-events: none;
}

#main-content.fade-in {
    opacity: 1;
    pointer-events: auto;
}

@font-face {
  font-family: 'Bahnschrift';
  src: url('/assets/fonts/BAHNSCHRIFT.TTF') format('truetype');
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'Impact';
  src: url('/assets/fonts/impact.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
