/*
Theme Name: Turning Point Climate (Child of Blocksy)
Theme URI: https://turningpointclimate.com/
Author: Turning Point Climate
Author URI: https://turningpointclimate.com/
Description: Child theme for Blocksy with Turning Point Climate brand styles.
Template: blocksy
Version: 1.0.0
Text Domain: turningpointclimate
*/

:root {
  --tpc-primary: #1E5F5A;
  --tpc-accent: #FF7A3A;
  --tpc-bg: #F4F1EC;
  --tpc-text: #1B1B1B;
}

body {
  background: var(--tpc-bg);
  color: var(--tpc-text);
  font-family: 'Lora', serif;
}

h1,h2,h3,h4,h5,h6 { font-family: 'Montserrat', sans-serif; }

a { color: var(--tpc-accent); }
.button, .btn, button { background: var(--tpc-primary); border-color: var(--tpc-primary); color:#fff; }

.site-title a { color: var(--tpc-primary) !important; }
.site-description { color: var(--tpc-text) !important; }

/* Hero utility */
.tpc-hero {
  padding: 64px 24px;
  background: linear-gradient(135deg, var(--tpc-primary), var(--tpc-accent));
  color: white;
  border-radius: 20px;
}

.tpc-tagline { opacity: 0.95; font-size: 1.1rem; }
