/*
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
Domain Path: /languages
*/

/**
 * Базовые стили темы
 * Tailwind CSS подключается через CDN в header.php
 *
 * Layered on purpose — see the cascade-layer note at the top of
 * assets/css/global/reset.css. Unlayered, `.custom-logo` beat every `h-*` on
 * the logo image and `.sr-only` beat `sm:not-sr-only`.
 */

@layer utilities {
  /* 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;
  }
}

@layer base {
  /* 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;
  }
}
