/*
Theme Name: Twenty Twenty-Five Child
Theme URI:  https://example.com/twentytwentyfive-child
Description: Child theme for Twenty Twenty-Five (2025) with Customizer support and menu registration.
Author: Your Name
Author URI: https://example.com
Template: twentytwentyfive
Version: 1.0.0
Text Domain: tttf-child
*/

/* Import parent styles (recommended method for modern themes is via enqueue in functions.php) */
/* This file intentionally left mostly empty — styles should be added below */

:root{
  --tttf-accent: #0073aa;
  --tttf-header-bg: #ffffff;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.site-footer .site-info{
  text-align:center;
  padding:1rem 0;
  font-size:0.95rem;
  color:#666;
}
