/*
Theme Name: Sacred Space Theme
Author: Next Boost
Description: Tema WordPress basado en 3 páginas HTML (Inicio, Sobre mí, 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: sacredspace
*/

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.25rem;
  width: auto;
}
