/*
Theme Name: Custom Theme
Theme URI: https://tsmediarebels.com
Template: generatepress
Author: TS Media Rebels
Author URI: https://tsmediarebels.com
Version: 3.4.0.1716808330
Updated: 2024-05-27 11:12:10

*/

/* ========== TABLE OF CONTENTS ========== 
1. Theme Tweaks
2. Utilities
3. Global Styles
======================================== */

/* Body background color (outside wrapper) */ 
body {
    background-color: var(--surface-20);
}

/* Site Wrapper */
.site-wrapper {
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
}
