/*
Theme Name: Stugan i Norsbo
Theme URI: https://stugan2.erikers.se
Author: Anders Erikérs
Author URI: https://erikers.se
Description: Anpassat tema för Stugan i Norsbo — modern timmerstuga att hyra i Dalarna. Nordiskt minimalistisk design med tvåspråkigt stöd (SV/EN).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stugan-norsbo
Tags: one-page, custom-design, full-width-template, translation-ready
*/

html, body { margin: 0; padding: 0; background: #f5f3ee; }
body { font-family: "DM Sans", -apple-system, BlinkMacSystemFont, system-ui, sans-serif; color: #1a1c19; }
img { -webkit-user-drag: none; }
#wpadminbar { background: #1a1c19 !important; }

/* Tiny loading state shown until React mounts. */
#root:empty::before {
  content: "Stugan i Norsbo";
  position: fixed; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 48px; letter-spacing: -0.02em; color: #1a1c19;
  opacity: 0.6; background: #f5f3ee;
  animation: fade 1.6s ease-in-out infinite alternate;
}
@keyframes fade { from { opacity: 0.3; } to { opacity: 0.7; } }
