:root {

  --color-primary : #ffffff;
  --color-one : #E0E0E0;
  --color-two : #ADADAD;
  --color-three : #90A0A8;
  --color-four : #5C7280;
  --color-five : #3E5460;
  --color-six : #1C1C1C;

  --txt-primary : #ffffff;
  --txt-light : #E0E0E0;
  --txt-secondary : #90A0A8;
  --txt-tertiary : #5C7280;
  --txt-deep : #3E5460;
  --txt-dark : #1C1C1C;
  --link-txt : #2f78ed;

  --btn-bg: #ffffff;
  --btn-txt: #1C1C1C;
  --btn-border: #1C1C1C;

  --btn-bg-hover: #3E5460;
  --btn-txt-hover: #ffffff;
  --btn-border-hover: #ffffff;
  
}