/*
Theme Name: The Future Pillars Schools
Theme URI: https://thefuturepillars.sch.ng
Author: TAGI Digital Hub
Description: Institutional WordPress theme for The Future Pillars Schools, Ota — KG, Nursery, Primary & Secondary. Fully Elementor & Elementor Pro compatible. Navy & white academic identity, animated, marking 20 years of excellence.
Version: 2.1
License: GNU General Public License v2 or later
Text Domain: future-pillars
*/

:root{
  --tfp-navy:#0a2a52;
  --tfp-navy-deep:#06192f;
  --tfp-navy-mid:#143b6b;
  --tfp-blue:#1d5fb0;
  --tfp-blue-soft:#eaf1fa;
  --tfp-sky:#5b8fd6;
  --tfp-cream:#f6f3ec;
  --tfp-paper:#ffffff;
  --tfp-gold:#c79a3a;
  --tfp-ink:#15202c;
  --tfp-grey:#586577;
  --tfp-line:#e4e9f0;
  --tfp-radius:14px;
  --tfp-maxw:1180px;
  --tfp-shadow:0 22px 60px -28px rgba(6,25,47,.5);
  --tfp-shadow-sm:0 10px 30px -16px rgba(6,25,47,.35);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--tfp-ink);background:var(--tfp-paper);line-height:1.7;overflow-x:hidden;font-size:16px}
h1,h2,h3,h4,h5{font-family:'Spectral','Georgia',serif;line-height:1.15;font-weight:600;color:var(--tfp-navy);letter-spacing:-.01em}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.tfp-wrap{max-width:var(--tfp-maxw);margin:0 auto;padding:0 26px}
.elementor *{box-sizing:border-box}
