/* Estilos adicionais para o site Castle Consulting */
body {
  font-family: "Akshar", sans-serif;
}

/* Ajustes para ícones SVG */
.text-white svg path,
.text-white svg line,
.text-white svg polyline,
.text-white svg circle,
.text-white svg rect {
  stroke: white;
}

/* Hover effects */
a:hover {
  transition: all 0.3s ease;
}

/* Animações suaves */
.transition-colors {
  transition: border-color 0.3s ease;
}

/* Ajustes para responsividade */
@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }
}
