/*
Theme Name: Gilis Base
Theme URI: https://gilis.com.br/
Author: Gilis
Author URI: https://gilis.com.br/
Description: Tema base minimalista para WordPress. Leve, neutro e preparado para Elementor, WooCommerce e plugins em geral, sem impor layout ou funcionalidades ao projeto.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gilis-base
Tags: custom-logo, featured-images, translation-ready, e-commerce
*/

/*
 * O Gilis Base não define identidade visual.
 * Este CSS contém apenas uma base estrutural mínima para evitar estilos
 * padrão do navegador interferindo em layouts criados por page builders.
 */

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html,
body {
    margin: 0;
    padding: 0;
}

img,
svg,
video,
canvas {
    max-width: 100%;
    height: auto;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #fff;
    clip: auto !important;
    clip-path: none;
    color: #000;
    display: block;
    font-size: 14px;
    height: auto;
    left: 8px;
    line-height: normal;
    padding: 12px 16px;
    text-decoration: none;
    top: 8px;
    width: auto;
    z-index: 100000;
}
