/*
Theme Name: Habr (HABRINOL)
Theme URI: https://Tandt.test
Author: HABRINOL Děčín s.r.o.
Description: Custom theme for HABRINOL.cz – industrial chemistry brand. Built on the "Industrial Integrity" design system.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GPL v2 or later
Text Domain: habr
*/

/* The look & feel is delivered by Tailwind (CDN) loaded in header.php.
   This file holds the theme metadata + supplemental WP-specific resets
   that Tailwind won't add for us. */

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* Temporarily hide the customer CTA in the header across all languages. */
.habr-customer-cta { display: none !important; }

/* WP admin bar offset for fixed header */
body.admin-bar header.site-header { top: 32px; }
@media screen and (max-width: 782px) {
    body.admin-bar header.site-header { top: 46px; }
}

/* WP core block alignments inside post content */
.alignwide   { max-width: 1100px; margin-left: auto; margin-right: auto; }
.alignfull   { width: 100%; }
.aligncenter { margin-left: auto; margin-right: auto; }
