/*
Theme Name: The Screen Time Talk
Theme URI: https://thescreentimetalk.com
Author: The Screen Time Talk
Author URI: https://thescreentimetalk.com
Description: Lightweight block theme matching The Screen Time Talk brand (cream, sage, coral). Full Site Editing, WooCommerce-ready, fast and secure.
Requires at least: 6.4
Tested up to: 6.7
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: screentimetalk
Tags: full-site-editing, block-styles, e-commerce, custom-colors, clean
*/

/* Theme.json handles most styling. These are light supplements. */
body{ -webkit-font-smoothing:antialiased; }

/* Brand button feel for WooCommerce + core buttons */
.wp-block-button__link,
.wc-block-components-button,
button.single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  background-color:#E07A5F !important;
  color:#ffffff !important;
  border-radius:100px !important;
  border:none !important;
  font-weight:800 !important;
  transition:transform .15s ease, box-shadow .2s ease;
}
.wp-block-button__link:hover,
.wc-block-components-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 24px -12px rgba(224,122,95,.9);
}

/* Headings use Fraunces */
h1,h2,h3,h4,.wp-block-heading{ font-family:'Fraunces',Georgia,serif; }

/* Links */
a{ color:#2D5016; }
a:hover{ color:#E07A5F; }

/* WooCommerce price accent */
.woocommerce span.price,.woocommerce .price{ color:#2D5016; }

/* Smooth, calm focus states for accessibility */
:focus-visible{ outline:2px solid #6B8F71; outline-offset:2px; }
