/*
Theme Name: IPPO Theme
Author: AntiGravity
Description: B2B AI Brand Theme. FSE-ready, AI SEO optimized.
Version: 3.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Tags: one-column, custom-colors, custom-menu, editor-style, featured-images, full-site-editing
*/

/* 
 * CSS is mainly handled by theme.json and Gutenberg controls.
 * Add minimal custom CSS here if necessary (e.g., specific animations not covered by blocks).
 */

/* Minimal Reset / Utility adjustments */
:root {
  --wp--custom--transition--fast: 0.2s ease;
  --wp--custom--transition--slow: 0.5s ease;
}

body {
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

/* Print styles for B2B documentation needs */
@media print {
  .no-print {
    display: none !important;
  }
}
