/*
Theme Name:  Glass Pratiko
Theme URI:   https://glasscannon.com.br
Author:      Glass Cannon
Author URI:  https://glasscannon.com.br
Description: Tema exclusivo para pratikocursosonline.com.br. Derivado do Glass Theme — ultraleve, hardened e otimizado para Core Web Vitals. Projetado para uso com Elementor, WooCommerce e LearnPress.
Version:     1.0.2
Requires at least: 6.0
Tested up to: 6.7
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: glass-pratiko
Tags:        elementor, lightweight, performance, woocommerce, learnpress
*/

/* ==========================================================================
   Reset mínimo — apenas o essencial
   ========================================================================== */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

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

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

/* ==========================================================================
   Variáveis do Pratiko
   ========================================================================== */
:root {
    --pratiko-primary:    #6c3fc5;
    --pratiko-primary-dk: #4e2a9a;
    --pratiko-accent:     #f0a01e;
    --pratiko-text:       #1a1a2e;
    --pratiko-text-muted: #6b7280;
    --pratiko-bg:         #ffffff;
    --pratiko-radius:     12px;
    --pratiko-shadow:     0 4px 24px rgba(108, 63, 197, .12);
}

/* ==========================================================================
   Base tipográfica
   ========================================================================== */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--pratiko-text);
    background: var(--pratiko-bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--pratiko-primary);
    text-decoration: none;
}

a:hover {
    color: var(--pratiko-primary-dk);
}
