:root {
    /* Background Colors */
    --main-bg: #fff;
    --white-bg: #fff;
    --light-white-bg-nine: rgba(255, 255, 255, 0.09);
    --black-bg: #07121D;
    --red-bg: #ec2024;
    --red-light-bg: #FEF1F1;
    --red-light-bg-two: #fef1f1;
    --orange-bg: #ffa260;
    --bg-dark-blue: #1F5C7E3D;
    --bg-grey: #07121D1A;
    --gradient-bg: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    --gradient-bg-two: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 67.61%, rgba(0, 0, 0, 0.80) 100%);
    --gradient-bg-three: linear-gradient(90deg, #FFD8D8 0%, #FFF 27.05%, #FFF 70.29%, #FFD8D8 100%);
    --gradient-bg-four: linear-gradient(157deg, #07121D 0.79%, #2D2D2D 36.3%, #07121D 95.85%);
    --gradient-bg-five: linear-gradient(180deg, #FFF 0%, #F5F5F5 50%, #FFF 100%);

    /* Text Colors */
    --text-black: #111;
    --text-para: #434343;
    --text-white: #fff;
    --text-red: #ec2024;
    --text-blue: #0274B3;
    --text-blue-two: #007AFF;
    --text-grey: #D1D1D6;
    --text-grey-two: #9B9B9B;
    --text-grey-three: #D0D0D0;
    --text-grey-four: #F5F5F5;
    --text-dull-white-six: rgba(255, 255, 255, 0.60);
    --text-dull-white-seven: rgba(255, 255, 255, 0.96);

    /* Borders */
    --border-white: #fff;
    --border-black: #111;
    --border-red: #ec2024;
    --border-light-red: #F8A9AA;
    --border-blue: #0274B3;
    --dull-border-white: #FFFFFF1A;
    --dull-border-white-two: #d1d1d640;
    --dull-border-white-three: #FFFFFF2E;
    --border-grey: #d1d1d6;
    --border-grey-two: #a19bb166;
    --border-grey-three: #E5E5EA;
    --border-grey-four: #C7C7CC;
    --border-grey-five: #C6C6C6;
    --border-grey-six: #888888;

    /* Font Weights */
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;


    /* White Variation */
    --dull-white-bg: #FFFFFF0D;
    --dull-white-bg-two: #FFFFFF14;
    --dull-white-bg-three: #FFFFFF0F;
    --dull-white-bg-four: #FFFFFF1F;
    --dull-white-bg-five: #FFFFFF1A;

    /* Black Variation */
    --dull-black-bg: #07121D80;
    --dull-black-bg-two: #07121DB2;

    /* Grey Variation */
    --bg-grey-two: #07121D0F;
    --bg-grey-three: #888888;
    --bg-grey-four: #FAFAFA;
}