/*
Theme Name: tulumbasov-custom
Template: twentytwentyfive
Description: Дочерний шаблон для Twenty Twenty-Five с кастомными блоками
Version: 1.0.0
Author: Stephen Aksenov
Text Domain: tulumbasov-custom
*/

body {
    background-color: #edf2ee;
}

.wp-site-blocks {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    gap: 0;
}

/* контентная часть */
.wp-site-blocks > :not(header):not(footer) {
    flex: 1;
}

h1 {
    font-weight: 600;
}