/*
Theme Name:   Osiedle Cube Garden
Description:  Twenty Twenty Two Child Theme
Template:     twentytwentytwo
Version:      1.0.0
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  cubegarden
*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    font-size: 16px;
    font-family: "Jost", sans-serif !important;
    color: #000;
    letter-spacing: 1px;
    overflow-x: hidden;
}

body {
    background-color: #e2fea9 !important;
}
body.single-post {
    background-color: #fff !important;
}

.cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 96% !important;
    max-width: 1680px !important;
}

.wp-site-blocks > * + * {
    margin-top: 0;
}

body .is-layout-flow > .wp-block-group:last-child {
    margin-block-start: 0;
}

body .is-layout-constrained.entry-content > .wp-bootstrap-blocks-container:last-child {
    margin-bottom: 0 !important;
}