/*==================================================
AIOS24 VARIABLES
==================================================*/

:root{

    --bg:#050B14;
    --bg2:#0D1728;

    --card:#101C31;

    --primary:#00BFFF;
    --primary-dark:#008DFF;

    --gold:#FFD54A;

    --text:#FFFFFF;
    --text2:#9EB2C7;

    --border:rgba(0,191,255,.15);

    --radius:22px;

    --container:1380px;

    --transition:.35s;

}