/*
Theme Name: Theme_Kelle
Author: Rafael Sampaio
Description: Landing Page de alta conversão para o Kelle Studio Express com foco em UX Premium e CRO. Fundo Off-white, Detalhes em Gold e Typography Elegante.
Version: 1.0.0
Text Domain: theme-kelle
*/

/* Reset e Base Styles para evitar CLS */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    background-color: #F9F8F6;
    color: #333333;
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
}

/* Scroll suave para links internos */
html {
    scroll-behavior: smooth;
}

/* Utilitários Customizados */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
