/*
Theme Name: Bontox
Theme URI: https://example.com/bontox-wp
Author: Your Name
Author URI: https://example.com
Description: Bontox – portfolio HTML template converted to a custom WordPress theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bontox
Tags: portfolio, one-column, two-columns, custom-colors, custom-logo, custom-menu, featured-images, responsive-layout
*/

/*
 * Keep this file mostly for WordPress meta.
 * The real design styles are loaded from /bontox/assets/css via wp_enqueue_style() in functions.php.
 */

/* Force-hide the HTML template preloader so it never blocks the page */
#preloader { display: none !important; }

/* Ensure elements using AOS are always visible, even if JS fails */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}
