:root {
    --color-text: #0F182B;
    --color-blue: #0C65DE;
    --color-orange: #FF7E14;
    --color-orange-hover: #FF6000;
    --transition: all .3s ease-in-out;
    --Black-100: rgba(15, 24, 43, 0.10);
    --Black-200: rgba(15, 24, 43, 0.20);
    --Black-300: rgba(15, 24, 43, 0.30);
    --Black-400: rgba(15, 24, 43, 0.40);
    --Black-500: rgba(15, 24, 43, 0.64);
    --Blue-100: rgba(34, 121, 226, 0.08);
    --Blue-200: rgba(34, 121, 226, 0.16);
    --Blue-300: rgba(34, 121, 226, 0.24);
    --Blue-400: rgba(34, 121, 226, 0.32);
    --Blue-500: rgba(34, 121, 226, 0.40);
    --Black-Main: var(--color-text);
    --start-color: red;
    --end-color: blue;
    --Border-Radius-border-Radius-L: 24px;
    --Sellvia-Market-Gradient-1: linear-gradient(90deg, #2279E2 0%, #3152D4 100%);
    --font-secondary: "Inter", sans-serif;

}