/*
Theme Name: TSUYO HEALTH
Theme URI: https://tsuyohealth.com.au
Description: Custom child theme for TSUYO HEALTH — Daryl Leong, Senior Physiotherapist & S&C Coach. Single-page conversion site, built on Ollie. Light-dominant, conversion-focused, photography-led.
Author: TSUYO HEALTH
Author URI: https://tsuyohealth.com.au
Template: ollie
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: tsuyo-health
Tags: block-theme, full-site-editing, one-column, custom-colors, custom-logo, threaded-comments, translation-ready
*/

/*
 * All visual styling is handled in /theme.json and per-block /blocks/{name}/style.css files.
 * This file exists for theme metadata only.
 *
 * Do not add CSS rules here — keep them scoped to their relevant block.
 * The only exception is the screen-reader skip-link override below, which is global.
 */

/* Skip-to-content link — visible only on focus */
.skip-link.screen-reader-text {
    background-color: #0A0A0A;
    color: #FFFFFF;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    position: absolute;
    left: -9999px;
    top: 8px;
    text-decoration: none;
    z-index: 100000;
}

.skip-link.screen-reader-text:focus {
    left: 8px;
    outline: 2px solid #E0301E;
    outline-offset: 2px;
}
