/*
Theme Name: gBase
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A minimal Full Site Editing base theme for WordPress
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gbase
Tags: full-site-editing, block-themes, custom-colors, custom-menu, editor-style
*/

/*
 * Base styles
 * Additional styling is handled through theme.json
 */

body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* Screen reader text */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}