/*
Theme Name: Loup-garou.live
Theme URI: https://loup-garou.live/
Author: Loup-garou.live
Description: Thème applicatif mobile-first dédié à Loup-garou.live. Couche de présentation isolée, conçue pour fonctionner avec l’extension Loup-garou.live Game Engine.
Version: 1.2.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: loup-garou-live
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * WordPress requires this file at the theme root.
 * Essential fallbacks live here deliberately so the theme remains visually sane
 * even if the secondary stylesheet is temporarily unavailable.
 */
:root {
  color-scheme: dark;
  --lgl-page-bg: #050915;
  --lgl-page-text: #f7f6ff;
}

html, body {
  margin: 0;
  min-height: 100%;
  background: var(--lgl-page-bg);
  color: var(--lgl-page-text);
}

body.lgl-site {
  min-width: 320px;
  overflow-x: hidden;
}

.lgl-page {
  min-height: 100dvh;
}
