:root {
    --wp--preset--color--primary: #fee800;
    --wp--preset--color--secondary: #2f2e2d;
    --wp--preset--color--thirdy: #686768;
    --wp--preset--color--fourteen: #f6f6f6;
    --wp--preset--color--fifth: #3b3b3b;
    --wp--preset--color--sixth: #1b1b1b;
    --wp-block-custom-sidebar-max: 390px;

    --wp--style--global--content-size: 1140px;
    --wp--style--global--wide-size: 1140px;
}

.container-wrapper {
    max-width: var(--wp--style--global--content-size);
}

button, input {
    cursor: pointer;
}