* {
  --black: #000;
    --site1:#1b1be0;
    --site2:#007bff;
    --site3:#1566ad;
    --micolor:#007bff;
    --micolor2:#d0b7fd;
    --micolor3:#6b90da;
    --micolor4:#908e9b;
    --micolor5:#011427;
    --white:#fff;
    --blue: #007bff;
    --hov-blue: #1f6dc2;
    --soft-blue: #007bff26;
    --muted-blue: #6E85B7;
    --cool-blue: #6E85B7;
    --dodger-blue: #D1DBE5;
    --secondary-base: #ffc519;
    --hov-secondary-base: #dbaa17;
    --soft-secondary-base: #ffc51926;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --sea-green: #35A788;
    --soft-sea-green: #CDDCD8;
    --yellow: #ffc107;
    --soft-yellow: #e7c663;
    --green: #28a745;
    --teal: #20c997;
    --soft-teal: #2rgb(101, 182, 158) --cyan: #17a2b8;
    --white: #fff;
    --soft-white: #b5b5bf;
    --gray: #6c757d;
    --gray-dark: #343a40;
  --primary-color: var(--site1)/*#E9021E*/;
  --primary-color-rgb: var(--micolor2)/*233, 2, 30*/;
  --bg-dark-1: #121212;
  --bg-dark-2: #222222;
  --bg-dark-3: #333333;  
  --bg-dark-1-rgb: 18, 18, 18;
}