/*
Theme Name: AeRobots4U Theme
Author: Next Boost
Description: Tema WordPress basado en 3 páginas HTML (Inicio, Servicios, Contacto) con Tailwind CDN (@tailwindcss/browser) y Bootstrap Icons. Incluye 2 logos en el footer (h-14) desde el Personalizador.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: aerobots4u
*/

:root {
  --brand: #0f172a; /* slate-900 */
}

html { scroll-behavior: smooth; }

body {
  background: #fff;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.custom-logo {
  height: 2.5rem;
  width: auto;
}
