/*
Theme Name: Klingon Academy
Theme URI: https://github.com/klingon-academy
Author: Jerome Werner
Author URI: https://www.instagram.com/jeroomuwaanaa/
Description: Full-page Klingon language learning app theme. Mobile-ready Star Trek / Klingon styled experience. Activate and set a static front page, or assign the "Klingon Academy App" template to any page. Progress is stored in the browser (localStorage).
Version: 1.2.1
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: klingon-academy
Tags: education, full-width-template, custom-colors, one-column
*/

/* Theme shell — app styles load from assets/css/styles.css */

body.ka-app-body {
  margin: 0 !important;
  padding: 0 !important;
  background: #050508 !important;
}

body.ka-app-body .ka-wp-admin-bar-offset {
  /* reserved if admin bar present */
}

/* Hide typical WP chrome when app template is active */
body.ka-app-template #wpadminbar {
  opacity: 0.85;
}

body.ka-app-template.admin-bar #app {
  padding-top: 0;
}
