
/* pri color palette */
:root {
  --pri-50: hsl(226, 39%, 72%);
  --pri-100: hsl(226, 44%, 67%);
  --pri-200: hsl(226, 49%, 57%);
  --pri-300: hsl(226, 54%, 47%);
  --pri-400: hsl(226, 59%, 42%);
  --pri-500: hsl(226, 59%, 32%);
  --pri-600: hsl(226, 64%, 25%);
  --pri-700: hsl(226, 69%, 20%);
  --pri-800: hsl(226, 74%, 15%);
  --pri-900: hsl(226, 79%, 10%);
}

/* pri utility classes */
.bg-pri-50 { background-color: hsl(226, 39%, 72%) !important; }
.text-pri-50 { color: hsl(226, 39%, 72%) !important; }
.border-pri-50 { border-color: hsl(226, 39%, 72%) !important; }
.bg-pri-100 { background-color: hsl(226, 44%, 67%) !important; }
.text-pri-100 { color: hsl(226, 44%, 67%) !important; }
.border-pri-100 { border-color: hsl(226, 44%, 67%) !important; }
.bg-pri-200 { background-color: hsl(226, 49%, 57%) !important; }
.text-pri-200 { color: hsl(226, 49%, 57%) !important; }
.border-pri-200 { border-color: hsl(226, 49%, 57%) !important; }
.bg-pri-300 { background-color: hsl(226, 54%, 47%) !important; }
.text-pri-300 { color: hsl(226, 54%, 47%) !important; }
.border-pri-300 { border-color: hsl(226, 54%, 47%) !important; }
.bg-pri-400 { background-color: hsl(226, 59%, 42%) !important; }
.text-pri-400 { color: hsl(226, 59%, 42%) !important; }
.border-pri-400 { border-color: hsl(226, 59%, 42%) !important; }
.bg-pri-500 { background-color: hsl(226, 59%, 32%) !important; }
.text-pri-500 { color: hsl(226, 59%, 32%) !important; }
.border-pri-500 { border-color: hsl(226, 59%, 32%) !important; }
.bg-pri-600 { background-color: hsl(226, 64%, 25%) !important; }
.text-pri-600 { color: hsl(226, 64%, 25%) !important; }
.border-pri-600 { border-color: hsl(226, 64%, 25%) !important; }
.bg-pri-700 { background-color: hsl(226, 69%, 20%) !important; }
.text-pri-700 { color: hsl(226, 69%, 20%) !important; }
.border-pri-700 { border-color: hsl(226, 69%, 20%) !important; }
.bg-pri-800 { background-color: hsl(226, 74%, 15%) !important; }
.text-pri-800 { color: hsl(226, 74%, 15%) !important; }
.border-pri-800 { border-color: hsl(226, 74%, 15%) !important; }
.bg-pri-900 { background-color: hsl(226, 79%, 10%) !important; }
.text-pri-900 { color: hsl(226, 79%, 10%) !important; }
.border-pri-900 { border-color: hsl(226, 79%, 10%) !important; }

















































/* acc color palette */
:root {
  --acc-50: hsl(35, 80%, 95%);
  --acc-100: hsl(35, 85%, 90%);
  --acc-200: hsl(35, 90%, 83%);
  --acc-300: hsl(35, 95%, 73%);
  --acc-400: hsl(35, 100%, 68%);
  --acc-500: hsl(35, 100%, 58%);
  --acc-600: hsl(35, 100%, 48%);
  --acc-700: hsl(35, 100%, 38%);
  --acc-800: hsl(35, 100%, 28%);
  --acc-900: hsl(35, 100%, 18%);
}

/* acc utility classes */
.bg-acc-50 { background-color: hsl(35, 80%, 95%) !important; }
.text-acc-50 { color: hsl(35, 80%, 95%) !important; }
.border-acc-50 { border-color: hsl(35, 80%, 95%) !important; }
.bg-acc-100 { background-color: hsl(35, 85%, 90%) !important; }
.text-acc-100 { color: hsl(35, 85%, 90%) !important; }
.border-acc-100 { border-color: hsl(35, 85%, 90%) !important; }
.bg-acc-200 { background-color: hsl(35, 90%, 83%) !important; }
.text-acc-200 { color: hsl(35, 90%, 83%) !important; }
.border-acc-200 { border-color: hsl(35, 90%, 83%) !important; }
.bg-acc-300 { background-color: hsl(35, 95%, 73%) !important; }
.text-acc-300 { color: hsl(35, 95%, 73%) !important; }
.border-acc-300 { border-color: hsl(35, 95%, 73%) !important; }
.bg-acc-400 { background-color: hsl(35, 100%, 68%) !important; }
.text-acc-400 { color: hsl(35, 100%, 68%) !important; }
.border-acc-400 { border-color: hsl(35, 100%, 68%) !important; }
.bg-acc-500 { background-color: hsl(35, 100%, 58%) !important; }
.text-acc-500 { color: hsl(35, 100%, 58%) !important; }
.border-acc-500 { border-color: hsl(35, 100%, 58%) !important; }
.bg-acc-600 { background-color: hsl(35, 100%, 48%) !important; }
.text-acc-600 { color: hsl(35, 100%, 48%) !important; }
.border-acc-600 { border-color: hsl(35, 100%, 48%) !important; }
.bg-acc-700 { background-color: hsl(35, 100%, 38%) !important; }
.text-acc-700 { color: hsl(35, 100%, 38%) !important; }
.border-acc-700 { border-color: hsl(35, 100%, 38%) !important; }
.bg-acc-800 { background-color: hsl(35, 100%, 28%) !important; }
.text-acc-800 { color: hsl(35, 100%, 28%) !important; }
.border-acc-800 { border-color: hsl(35, 100%, 28%) !important; }
.bg-acc-900 { background-color: hsl(35, 100%, 18%) !important; }
.text-acc-900 { color: hsl(35, 100%, 18%) !important; }
.border-acc-900 { border-color: hsl(35, 100%, 18%) !important; }



































/* ter color palette */
:root {
  --ter-50: hsl(76, 52%, 83%);
  --ter-100: hsl(76, 57%, 78%);
  --ter-200: hsl(76, 62%, 68%);
  --ter-300: hsl(76, 67%, 58%);
  --ter-400: hsl(76, 72%, 53%);
  --ter-500: hsl(76, 72%, 43%);
  --ter-600: hsl(76, 77%, 33%);
  --ter-700: hsl(76, 82%, 23%);
  --ter-800: hsl(76, 87%, 15%);
  --ter-900: hsl(76, 92%, 10%);
}

/* ter utility classes */
.bg-ter-50 { background-color: hsl(76, 52%, 83%) !important; }
.text-ter-50 { color: hsl(76, 52%, 83%) !important; }
.border-ter-50 { border-color: hsl(76, 52%, 83%) !important; }
.bg-ter-100 { background-color: hsl(76, 57%, 78%) !important; }
.text-ter-100 { color: hsl(76, 57%, 78%) !important; }
.border-ter-100 { border-color: hsl(76, 57%, 78%) !important; }
.bg-ter-200 { background-color: hsl(76, 62%, 68%) !important; }
.text-ter-200 { color: hsl(76, 62%, 68%) !important; }
.border-ter-200 { border-color: hsl(76, 62%, 68%) !important; }
.bg-ter-300 { background-color: hsl(76, 67%, 58%) !important; }
.text-ter-300 { color: hsl(76, 67%, 58%) !important; }
.border-ter-300 { border-color: hsl(76, 67%, 58%) !important; }
.bg-ter-400 { background-color: hsl(76, 72%, 53%) !important; }
.text-ter-400 { color: hsl(76, 72%, 53%) !important; }
.border-ter-400 { border-color: hsl(76, 72%, 53%) !important; }
.bg-ter-500 { background-color: hsl(76, 72%, 43%) !important; }
.text-ter-500 { color: hsl(76, 72%, 43%) !important; }
.border-ter-500 { border-color: hsl(76, 72%, 43%) !important; }
.bg-ter-600 { background-color: hsl(76, 77%, 33%) !important; }
.text-ter-600 { color: hsl(76, 77%, 33%) !important; }
.border-ter-600 { border-color: hsl(76, 77%, 33%) !important; }
.bg-ter-700 { background-color: hsl(76, 82%, 23%) !important; }
.text-ter-700 { color: hsl(76, 82%, 23%) !important; }
.border-ter-700 { border-color: hsl(76, 82%, 23%) !important; }
.bg-ter-800 { background-color: hsl(76, 87%, 15%) !important; }
.text-ter-800 { color: hsl(76, 87%, 15%) !important; }
.border-ter-800 { border-color: hsl(76, 87%, 15%) !important; }
.bg-ter-900 { background-color: hsl(76, 92%, 10%) !important; }
.text-ter-900 { color: hsl(76, 92%, 10%) !important; }
.border-ter-900 { border-color: hsl(76, 92%, 10%) !important; }
