/**
 * @license
 * Generated by Zeplin
 * Copyright (C) 2024 - present Zeplin
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

 *     http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
  --primary-color: #9000ff;
  --orange-gradient: #f90;
  --blue-violet: #7200cb;

  --hvr-blue-violet: #a22bff;
  --prsd-blue-violet: #480080;

  /* Accent color */
  --accent-color: #f90;

  /* Dark Accent color */
  --dark-accent-color: #d48000;
  
  /* Dark Primary Colr */
  --dark-primary-colr: #1d0033;
  
  /* Dark Primary color faded */
  --dark-primary-color-faded: #a999b5;
  
  /* Orange CTA */
  --orange-cta: #ff4d01;
  
  /* White */
  --white: #fff;
  
  /* Pinkish */
  --pinkish: #f0b4ff;
  
  /* Faded Grey */
  --faded-grey: #ebebeb;
  
  /* Grey */
  --grey: #818181;
  
  /* Dark faded */
  --dark-faded: #413a45;
  
  /* Error Red */
  --error-red: #ff0004;

  /* Faded Orange */
  --faded-orange: #ffa984;

  --dark-primary-colr: #280046;


}