/*
Theme Name: Introterapia
Theme URI: https://introterapia.pt
Author: Introterapia
Description: Tema minimalista dedicado à plataforma Introterapia. Canvas limpo, sem distrações, construído para o plugin de introspecção guiada.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: introterapia-theme
*/

/* ---- RESET GLOBAL ---- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    background: #0E0D0B;
    color: #E2DDD4;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 300;
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Remove WP default margins */
.wp-site-blocks,
.entry-content,
.wp-block-group,
.wp-block-post-content {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

/* Sem scrollbar visível no body — o plugin gere o seu próprio scroll */
body::-webkit-scrollbar { display: none; }
body { scrollbar-width: none; }

/* Links sem decoração por defeito */
a { color: inherit; text-decoration: none; }

/* Imagens responsivas */
img, video { max-width: 100%; height: auto; display: block; }

/* Remove outline feio mas mantém acessibilidade */
:focus-visible {
    outline: 2px solid #8FB3A0;
    outline-offset: 2px;
}
