/*
 * Theme Name:        Wtrm Theme
 * Description:       Um tema "canvas" ultraleve, projetado para atuar como a fundação para o plugin Wtrm Elements, fornecendo a estrutura HTML básica para layouts avançados.
 * Theme URI:         https://wtrmtech.com/
 * Version:           1.0.0-alpha
 * Author:            Wtrm Tecnologias
 * Author URI:        https://wtrmtech.com/
 * License:           UNLICENSED
 * License URI:       
 * Requires at least: 6.8.2
 * Requires PHP:      8.2.29
 * Text Domain:       wtrm-theme
*/

body.page-template-fullscreen {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

body.page-template-fullscreen .site-header,
body.page-template-fullscreen .site-footer {
    flex-shrink: 0;
}

body.page-template-fullscreen .site-content--fullscreen {
    flex-grow: 1;
    overflow-y: auto;
    height: 100%;
}