/*
Theme Name: Trafium AI - a3sW4rdErf
Theme URI: 
Author: Trafium AI
Author URI: 
Description: 
Version: 0.0.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trafium-ai
*/

/**
 * Базовые стили темы
 * Tailwind CSS подключается через CDN в header.php
 */

/* Screen reader only - для доступности */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* WordPress обязательные классы */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Логотип */
.custom-logo-link {
  display: inline-block;
  max-width: 200px;
}

.custom-logo {
  max-width: 100%;
  height: auto;
}
