/* BWAP Ministries — website.css */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700;1,800&display=swap');

body { margin: 0; background: #0a0a0a; }
@keyframes tickerMove { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes grainShift { 0% { transform: translate(0, 0); } 25% { transform: translate(-2%, 1%); } 50% { transform: translate(1%, -2%); } 75% { transform: translate(-1%, -1%); } 100% { transform: translate(0, 0); } }
@keyframes introSlamIn { 0% { transform: scale(2.4); opacity: 0; } 60% { transform: scale(0.96); opacity: 1; } 80% { transform: scale(1.04); } 100% { transform: scale(1); opacity: 1; } }
@keyframes introRedFlash { 0% { opacity: 0.9; } 100% { opacity: 0; } }
@keyframes introFadeOut { from { opacity: 1; } to { opacity: 0; } }
