/*
Theme Name: NC Investment Theme
Theme URI: https://newcapital.com.pe
Author: Anderson Mendoza
Author URI: https://newcapital.com.pe
Description: Tema exclusivo para el portal de simulaciones de NewCapital.
Version: 1.0.0
Requires at least: 6.8
Tested up to: 7.0
Requires PHP: 8.2
Text Domain: nc-investment
*/

/*
====================================
VARIABLES
====================================
*/

:root{

    --nc-primary:#0B3A63;

    --nc-primary-light:#1B4F7D;

    --nc-secondary:#00A86B;

    --nc-danger:#DC2626;

    --nc-warning:#F59E0B;

    --nc-success:#16A34A;

    --nc-background:#F8FAFC;

    --nc-surface:#FFFFFF;

    --nc-text:#0F172A;

    --nc-text-light:#64748B;

    --nc-border:#E2E8F0;

    --nc-radius:12px;

    --nc-shadow:0 4px 20px rgba(15,23,42,.08);

    --nc-transition:.25s;

}