/**
 * Theme Name: Audiogroup Headless WP
 * Template: twentytwentyfour
 *
 */

.is-layout-flex {
    display: flex;
}

.is-vertical {
    flex-direction: column;
}

.is-content-justification-center {
    justify-content: center;
    align-items: center;
}
