@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
/* ===== TEMA CLINT — fonte única de verdade =====
   Edite aqui: fonte, fundo, cor de links e animações globais.
   Todas as páginas importam este arquivo no <helmet>. */
html, body { margin: 0; padding: 0; background: #060309; font-family: 'Poppins', sans-serif; overflow-x: clip; max-width: 100%; }
a { color: #ffffff; text-decoration: none; }
a:hover { color: #c9b8ff; }
@keyframes floatSlow { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes blinkCursor { 0%,49% { opacity: 1; } 50%,100% { opacity: 0; } }
@keyframes modalIn { from { opacity: 0; transform: scale(0.96); } to { opacity: 1; transform: scale(1); } }
@keyframes pillIn { from { opacity: 0; transform: translate(-50%, 24px); } to { opacity: 1; transform: translate(-50%, 0); } }
@keyframes playPulse { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.35); } 70% { box-shadow: 0 0 0 30px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }
