:root {
    --museo-rounded-100: 'MuseoSansRounded100Regular';
    --museo-rounded-300: 'MuseoSansRounded300Regular';
    --museo-rounded-500: 'MuseoSansRounded500Regular';
    --museo-rounded-700: 'MuseoSansRounded700Regular';

    --main-linear-color: linear-gradient(90deg, #D194FD 0%, #4A9DFF 100%);
    --ai-linear-color: linear-gradient(90deg, #D194FD 0%, #6464FF 100%);

    --main-color: #6464FF;
    --omni-purple: #6458E6;
    --omni-purple-soft: #EFEEFD;
    --orange: #FF7A00;
    --orange-light: #FF9F00;
    --red: #FF6761;
    --red-error: #C10230;
    --pink:#FFD4DE;
    --yellow: #FFB61A;
    --green: #00AB76;
    --purple: #B87DD7;
    --gray: #F5F5F5;
    --gray2: #F1F1F2;
    --disabled: #F2F2F2;
    --gray-light: #4d4d4d;
    --gray-light2: #F6F6F6;
    --gray-light3: #EDEDED;
    --gray-light4: #CCCCCC;
    --gray-light5: #dbdbdb;
    --dark-gray: #58595B;
    --medium-gray: #9A9898;
    --soft-gray: #A3A3AE;
    --gray-line: #E1E1E1;
    --blue: #2c3e50;
    --black: #000000;
    --light-black: #414042;
    --white: #FFF;
    --light-blue: #0085DA;
    --purple-light: #FAF4FF;
    --border-color: #D1D1D1;
    --line-color: #E0DFDF;
    --placeholder: #C4C4C4;

    --purple-omni: #6464FF;
    --black-text: #58595B;
    --gray-text: #9D9DAA;
    --icon: "›";
}
