/*
 * ************************************************************
 * ************************************************************
 * ** Copyright (c) flavio.ferrara.it
 * ** All rights reserved.
 * **
 * ** Strict Proprietary Notice:
 * ** This website data, source code, and associated
 * ** assets are the exclusive property of flavio.ferrara.it.
 * ** Unauthorized copying, modification,
 * ** or distribution via any medium is strictly prohibited.
 * ************************************************************
 * ************************************************************
 */

/* ==========================
   BASE / VARIABLES
   Design tokens used across the entire site.
========================== */

:root{
    /* v10 — Ireland-inspired deep forest green theme, replacing the
       previous slate-blue identity. Token names are preserved so every
       existing usage across the site (27+ references to --navy alone)
       repaints automatically; only the underlying values changed. */
    --navy:#0F2A1E;
    --charcoal:#1C3B2C;
    --slate:#5C6D64;
    --light-slate:#C7D6CC;
    --pale:#DCE6DF;
    --white:#FFFFFF;
    --off-white:#F7FAF8;
    --border:#E1E7E2;
    --accent:#1B7A4A;
    --shadow:0 10px 30px rgba(15,42,30,0.08);
    --radius:16px;
    --max-width:1200px;
}
