:root {
  --curve: cubic-bezier(.19,1,.22,1);
  --in-out: cubic-bezier(0.6, 0.14, 0, 1);
  --radius: 12px;

  --gray: #A0A0A0;
  --black: #000000;
  --white: #FFFFFF;
  --input-background: #101010;
  --input-border: #202020;
  --text-color: #C0C0C0;
  --modal-subtitle: #C0C0C0;
  --modal-description: #FFFFFF;
  --checkbox-border: #C0C0C0;
  --input-focus-border: #C0C0C0;
  --btn-label-light: #E0E0E0;
  --btn-dark-border: #606060;
  --dp-green: #00D305; /*Deprecated old vibrant green*/
  --green: rgb(0, 112, 60);

  --title-color: var(--white);
  
  --font-normal: 'Plexes', sans-serif;
  --font-title: 'Druk', sans-serif;

  --error-red: #D30004;
  --link-gray: #A0A0A0;
  --light-gray: #F0F0F0;
  @media (max-width: 740px) {
    --radius: 10px;
  }
}