/* App extras */
body { 
  font-family: 'Comic Neue', 'Comic Sans MS', 'Chalkboard SE', cursive, ui-sans-serif, system-ui;
}
.text-shadow { text-shadow: 2px 2px 4px rgba(0,0,0,.1); }

/* Simple custom aspect-video without plugin */
.aspect-video-custom { position: relative; width: 100%; padding-top: 56.25%; }
.aspect-video-custom > * { position: absolute; top:0; left:0; width:100%; height:100%; }

/* Slow spin used for a decorative star */
@keyframes spin-slow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.animate-spin-slow { animation: spin-slow 10s linear infinite; }
