/* ==========================================================
   AVARTHANA TECHNOLOGIES
   variables.css
   Release 1.7.2 (Production)

   Design Tokens Only
   No layout, reset or component rules.
========================================================== */

:root{

    /* ======================================================
       BRAND COLOURS
    ====================================================== */

    --navy:#071421;
    --blue:#005AA9;
    --cyan:#19C2FF;

    /* ======================================================
       BACKGROUND & TEXT
    ====================================================== */

    --bg:#f5f8fb;
    --surface:#ffffff;

    --text:#102030;
    --text-light:#5f7186;

    /* ======================================================
       LAYOUT
    ====================================================== */

    --max:1280px;

    /* ======================================================
       BORDERS
    ====================================================== */

    --radius:12px;
    --radius-lg:20px;
    --radius-xl:28px;

    /* ======================================================
       SHADOWS
    ====================================================== */

    --shadow:0 10px 25px rgba(0,0,0,.12);
    --shadow-lg:0 20px 45px rgba(0,0,0,.16);

    /* ======================================================
       TRANSITIONS
    ====================================================== */

    --transition-fast:.25s ease;
    --transition:.35s ease;

}