/*
Theme Name: GirlfriendGPT
Theme URI: https://girlfriendgpt.my
Author: GirlfriendGPT Team
Author URI: https://girlfriendgpt.my
Description: A modern, full-site-editing (FSE) block theme for GirlfriendGPT.my. Features a light purple aesthetic, full Global Styles control (colours, fonts, spacing), editable navigation with social links, SEO-optimised markup, and JSON-based block patterns for every section. Edit any section site-wide or per-post via the WordPress Site Editor.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: girlfriendgpt
Tags: full-site-editing, block-themes, blog, custom-colors, custom-fonts, custom-logo, custom-menu, featured-images, footer-widgets, one-column, two-columns, wide-blocks, accessibility-ready, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
*/

/* FSE themes keep their actual CSS in theme.json / block styles.
   This file is required by WordPress for theme identification only.
   Base resets and any non-block global styles go here. */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Skip link for accessibility */
.skip-link {
    position: absolute;
    left: -9999rem;
    top: 2rem;
    z-index: 999999;
    padding: 0.75rem 1.5rem;
    background: var(--wp--preset--color--primary);
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
}
.skip-link:focus {
    left: 2rem;
}

/* Screen reader text */
.screen-reader-text {
    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;
}
