/*
Theme Name: SK Protection - Condominios
Theme URI: https://skprotection.com
Author: SK Protection
Author URI: https://skprotection.com
Description: Tema especializado em seguros para condominios.
Version: 3.0
License: GNU General Public License v2 or later
Text Domain: sk-protection
*/
body { margin: 0; padding: 0; font-family: 'Inter', sans-serif; }

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.animate-marquee {
  animation: marquee 25s linear infinite;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
