/*
Theme Name: GWC TT25 Child
Theme URI: https://www.gentlewomenclub.fr
Description: Fresh child theme for The GentleWomen Club based on Twenty Twenty-Five.
Author: GWC
Version: 1.0.0
Template: twentytwentyfive
Text Domain: gwc-tt25-child
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Keep tiny fallbacks here; design tokens live in theme.json. */
:root {
  --gwc-nav-rule: var(--wp--preset--color--warm-mocha);
}

.wp-block-site-title a {
  text-decoration: none;
}

.gwc-nav-rule {
  border-top: 1px solid var(--gwc-nav-rule);
}
