@import 'sidebar.css';
@import 'navbar.css';
@import 'fontawesome/css/all.css';

@font-face {
  font-family: Route159UltraLight;
  src: url(../fonts/Route 159/Route159-UltraLight.woff);
}

figure:hover img,
figure:active img {
	-webkit-user-select: none;
	-webkit-touch-callout: none
}

/*@media (print), (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
} */