/*========================================================================

TENET SOLUTIONS FRAMEWORK

--------------------------------------------------------------------------

Project     : Tenet Solutions Website
File        : variables.css
Author      : Tenet Solutions (Technical Partner & Solutions Architect)
Signature   : Designed & Engineered with Intent.

All Rights Reserved. Copyright 2026

========================================================================*/

:root{

/*--------------------------------------------------------------
# Colours
--------------------------------------------------------------*/

--ts-dark:#010d23;

--ts-dark-light:#071730;

--ts-primary:#92d7f8;

--ts-primary-dark:#63bde8;

--ts-white:#ffffff;

--ts-text:#d5dce6;

--ts-border:rgba(255,255,255,.08);

--ts-glass:rgba(255,255,255,.05);

--ts-card:rgba(255,255,255,.04);

--header-height:100px;

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

--ts-font:'Montserrat',sans-serif;

/*--------------------------------------------------------------
# Radius
--------------------------------------------------------------*/

--radius-sm:12px;

--radius-md:18px;

--radius-lg:28px;

/*--------------------------------------------------------------
# Transition
--------------------------------------------------------------*/

--transition:.35s ease;

/*--------------------------------------------------------------
# Shadow
--------------------------------------------------------------*/

--shadow-lg:0 30px 80px rgba(0,0,0,.35);

}