/*
Theme Name: Technocast Foundry
Theme URI: https://technocastfoundry.com
Author: Technocast Foundry
Description: Custom WordPress theme for Technocast Foundry Pvt. Ltd. Fully editable via Elementor custom section widgets. Zero raster images; the entire design system is CSS-driven.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: technocast
Tags: custom-menu, custom-logo, translation-ready
*/

/*
  Palette lift — lighter blue base.
  --------------------------------
  The design system lives in assets/css/v2.css. This file is enqueued AFTER it
  (handle tcf-style depends on tcf-v2), so redefining the :root tokens here
  re-colours the whole site without touching the 6,000-line source stylesheet —
  and the change stays in one place if it needs reverting.

  Only the blue base is lifted; the molten orange accents, typography, spacing
  and every layout rule are untouched, so the design reads exactly as before,
  just on a brighter blue.

  Contrast was checked rather than eyeballed (ratio against body text):

    background      white #F5F7FA     muted --ash
    --ink  #123A73      10.4:1           6.2:1     AAA / AA
    --navy #17498C       8.3:1           4.9:1     AAA / AA

  --ash was lifted from #9AA4B2 to #B8C2D0 at the same time: on the old near-black
  base it passed comfortably, but against the brighter blue it would have fallen
  to 4.4:1, just under the 4.5:1 AA floor for body text.
*/

:root {
  /* Core blues — lifted from #0A2148 / #0B2A5B / #1E5AA8 */
  --ink:    #123A73;
  --navy:   #17498C;
  --navy-2: #2A6BC2;

  /* Muted body text, raised to hold AA against the lighter base */
  --ash:    #B8C2D0;

  /* Frosted panels must still read lighter than the new base */
  --glass-bg:        rgba(42, 95, 170, 0.45);
  --glass-border:    rgba(245, 247, 250, 0.12);
  --glass-highlight: rgba(245, 247, 250, 0.06);
}
