/*
Theme Name: hihat-headless
Theme URI: https://www.h-hatconsulting.com/
Description: Minimal WordPress shell for the Hi-Hat headless front-end. Renders the container and loads the remote SPA bundle.
Author: Hi-Hat Consulting
Author URI: https://www.h-hatconsulting.com/
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hihat-headless
Tags: headless,spa,custom-logo
*/

:root {
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  background-color: #050505;
  color: #f3f6f9;
}

body.hihat-headless {
  margin: 0;
  min-height: 100vh;
  background-color: #050505;
}

.hihat-headless-root {
  min-height: 100vh;
}

.hihat-headless-splash {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  gap: 1rem;
}

.hihat-headless-splash p {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
