/*
Theme Name: XpressO
Theme URI: https://www.coffeecreativestudio.com
Author: Coffee Creative
Author URI: https://coffeecreativestudio.com
Description: A bare-bones Gutenberg block theme with ACF blocks support
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xpresso
*/

/* This file is required for theme identification but all styling is handled in theme.json and assets/css/style.css */

.xpresso-full-width {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	margin-left: calc(50% - 50vw) !important;
}