:root {


    --bg-01: #ffffff;
    --bg-02: #f7f7f7;
    --bg-03: #f5f5f5;
    
    --grad-01: linear-gradient(145deg,#121E46 0%,#1a2a5c 100%);
    --grad-02: linear-gradient(145deg,#2c3a2e 0%,#1f2a22 100%);



    --cl-01: #334155;
    --cl-02: #697483;


    --border-01: #d1d5db;


    --white: #e4e4e4;
    --red: #E16A54;
    --blue: #A594F9;
    --black: #41444B;
    --purple: #8967B3;


}
.gradient-1 {
    background: var(--grad-01) !important;
}
.gradient-2 {
    background: var(--grad-02) !important;
}