/*
Theme Name: KIREAS Advanced Technologies
Theme URI: https://www.kireas.gr/
Author: KIREAS Advanced Technologies
Author URI: https://www.kireas.gr/
Description: Official one-page brochure theme for KIREAS Advanced Technologies — engineer-led industrial automation, Industry 4.0 and IT/OT convergence. A static, dependency-free front end (no React, no Babel) for fast loads. The homepage is rendered by front-page.php; all visual styling is in /css and behaviour in /js.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kireas-advanced-technologies
Tags: business, one-page, industrial, custom-colors, translation-ready, rtl-language-support
*/

/* ------------------------------------------------------------------
   This file carries the WordPress theme header (required) and is the
   place for site-specific CSS overrides. The actual design system lives
   in css/colors_and_type.css and css/site.css, enqueued from functions.php.
   ------------------------------------------------------------------ */

/* Keep the sticky site header clear of the WP admin bar when logged in. */
body.admin-bar .k-header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .k-header { top: 46px; }
}
