/* FLP Mudanças e Transportes - Estilos customizados (geolocalizado) */

:root {
  --flp-blue: #005677;
  --flp-cyan: #00A0B0;
  --flp-green: #2ecc71;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
}

.hero-bg {
  background: linear-gradient(rgba(0, 86, 119, 0.75), rgba(0, 86, 119, 0.6)),
    url('/assets/images/banner.jpg') center/cover no-repeat;
}

.contact-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)),
    url('https://images.unsplash.com/photo-1519003722824-194d4455a60c?w=1920') center/cover no-repeat;
}
