/*
Theme Name: TerraVault Logistics
Theme URI: https://terravaultlogistics.com
Author: TerraVault Logistics (SL) Ltd
Author URI: https://terravaultlogistics.com
Description: A professional, 100% editable custom WordPress theme built for TerraVault Logistics (SL) Ltd — featuring auto-rotating hero sliders (every 6 seconds) across every page (video on Home; image on Services, Special Service, Gold, Diamonds, Storage and Compliance), a video hero on Track Shipping, plus international-standard Special Service (Gold, Diamonds, Storage, SKR), a full international logistics Compliance page, Track Shipping, About and Contact pages. Every heading, paragraph, image, video and card on every page is editable from the WordPress dashboard.
Version: 1.17.4
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: trilink
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/* Base variables — the Primary Brand Color below is a placeholder navy blue.
   Once the company logo is uploaded in Customizer > Site Identity, go to
   Customizer > Brand Colors and update this to match the logo's exact blue. */
:root{
    --tl-primary: #0A3D62;      /* Primary brand blue (placeholder — update to match logo) */
    --tl-primary-dark: #072944;
    --tl-primary-light: #1560A6;
    --tl-accent: #C9A227;       /* Gold accent — fits precious-metals/diamond services */
    --tl-dark: #10161C;
    --tl-gray-900: #1A2027;
    --tl-gray-700: #45505B;
    --tl-gray-500: #6B7684;
    --tl-gray-200: #E7EBEF;
    --tl-gray-100: #F4F6F8;
    --tl-white: #FFFFFF;
    --tl-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --tl-radius: 10px;
    --tl-shadow: 0 10px 30px rgba(10,61,98,0.12);
}
