/*
Theme Name: Ho My Home Theme
Author: Thomas ROMAIN
Version: 0.1
*/

@font-face {
    font-family: 'Caviar Dreams';
    src: url('assets/fonts/CaviarDreams.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body, p, a, li, h1, h2, h3, h4, h5, h6, span, div {
    font-family: 'Caviar Dreams', sans-serif !important;
}

.wp-block-group:has(> header) {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.wp-block-group:has(> header) > main {
    flex: 1 1 auto;
}

