


/* acc color palette */
:root {
  --acc-50: hsl(180, 62%, 70%);
  --acc-100: hsl(180, 67%, 65%);
  --acc-200: hsl(180, 72%, 55%);
  --acc-300: hsl(180, 77%, 45%);
  --acc-400: hsl(180, 82%, 40%);
  --acc-500: hsl(180, 82%, 30%);
  --acc-600: hsl(180, 87%, 25%);
  --acc-700: hsl(180, 92%, 20%);
  --acc-800: hsl(180, 97%, 15%);
  --acc-900: hsl(180, 100%, 10%);
}

/* acc utility classes */
.bg-acc-50 { background-color: hsl(180, 62%, 70%) !important; }
.text-acc-50 { color: hsl(180, 62%, 70%) !important; }
.border-acc-50 { border-color: hsl(180, 62%, 70%) !important; }
.bg-acc-100 { background-color: hsl(180, 67%, 65%) !important; }
.text-acc-100 { color: hsl(180, 67%, 65%) !important; }
.border-acc-100 { border-color: hsl(180, 67%, 65%) !important; }
.bg-acc-200 { background-color: hsl(180, 72%, 55%) !important; }
.text-acc-200 { color: hsl(180, 72%, 55%) !important; }
.border-acc-200 { border-color: hsl(180, 72%, 55%) !important; }
.bg-acc-300 { background-color: hsl(180, 77%, 45%) !important; }
.text-acc-300 { color: hsl(180, 77%, 45%) !important; }
.border-acc-300 { border-color: hsl(180, 77%, 45%) !important; }
.bg-acc-400 { background-color: hsl(180, 82%, 40%) !important; }
.text-acc-400 { color: hsl(180, 82%, 40%) !important; }
.border-acc-400 { border-color: hsl(180, 82%, 40%) !important; }
.bg-acc-500 { background-color: hsl(180, 82%, 30%) !important; }
.text-acc-500 { color: hsl(180, 82%, 30%) !important; }
.border-acc-500 { border-color: hsl(180, 82%, 30%) !important; }
.bg-acc-600 { background-color: hsl(180, 87%, 25%) !important; }
.text-acc-600 { color: hsl(180, 87%, 25%) !important; }
.border-acc-600 { border-color: hsl(180, 87%, 25%) !important; }
.bg-acc-700 { background-color: hsl(180, 92%, 20%) !important; }
.text-acc-700 { color: hsl(180, 92%, 20%) !important; }
.border-acc-700 { border-color: hsl(180, 92%, 20%) !important; }
.bg-acc-800 { background-color: hsl(180, 97%, 15%) !important; }
.text-acc-800 { color: hsl(180, 97%, 15%) !important; }
.border-acc-800 { border-color: hsl(180, 97%, 15%) !important; }
.bg-acc-900 { background-color: hsl(180, 100%, 10%) !important; }
.text-acc-900 { color: hsl(180, 100%, 10%) !important; }
.border-acc-900 { border-color: hsl(180, 100%, 10%) !important; }





























































































































/* pri color palette */
:root {
  --pri-50: hsl(2, 60%, 95%);
  --pri-100: hsl(2, 65%, 90%);
  --pri-200: hsl(2, 70%, 82%);
  --pri-300: hsl(2, 75%, 72%);
  --pri-400: hsl(2, 80%, 67%);
  --pri-500: hsl(2, 80%, 57%);
  --pri-600: hsl(2, 85%, 47%);
  --pri-700: hsl(2, 90%, 37%);
  --pri-800: hsl(2, 95%, 27%);
  --pri-900: hsl(2, 100%, 17%);
}

/* pri utility classes */
.bg-pri-50 { background-color: hsl(2, 60%, 95%) !important; }
.text-pri-50 { color: hsl(2, 60%, 95%) !important; }
.border-pri-50 { border-color: hsl(2, 60%, 95%) !important; }
.bg-pri-100 { background-color: hsl(2, 65%, 90%) !important; }
.text-pri-100 { color: hsl(2, 65%, 90%) !important; }
.border-pri-100 { border-color: hsl(2, 65%, 90%) !important; }
.bg-pri-200 { background-color: hsl(2, 70%, 82%) !important; }
.text-pri-200 { color: hsl(2, 70%, 82%) !important; }
.border-pri-200 { border-color: hsl(2, 70%, 82%) !important; }
.bg-pri-300 { background-color: hsl(2, 75%, 72%) !important; }
.text-pri-300 { color: hsl(2, 75%, 72%) !important; }
.border-pri-300 { border-color: hsl(2, 75%, 72%) !important; }
.bg-pri-400 { background-color: hsl(2, 80%, 67%) !important; }
.text-pri-400 { color: hsl(2, 80%, 67%) !important; }
.border-pri-400 { border-color: hsl(2, 80%, 67%) !important; }
.bg-pri-500 { background-color: hsl(2, 80%, 57%) !important; }
.text-pri-500 { color: hsl(2, 80%, 57%) !important; }
.border-pri-500 { border-color: hsl(2, 80%, 57%) !important; }
.bg-pri-600 { background-color: hsl(2, 85%, 47%) !important; }
.text-pri-600 { color: hsl(2, 85%, 47%) !important; }
.border-pri-600 { border-color: hsl(2, 85%, 47%) !important; }
.bg-pri-700 { background-color: hsl(2, 90%, 37%) !important; }
.text-pri-700 { color: hsl(2, 90%, 37%) !important; }
.border-pri-700 { border-color: hsl(2, 90%, 37%) !important; }
.bg-pri-800 { background-color: hsl(2, 95%, 27%) !important; }
.text-pri-800 { color: hsl(2, 95%, 27%) !important; }
.border-pri-800 { border-color: hsl(2, 95%, 27%) !important; }
.bg-pri-900 { background-color: hsl(2, 100%, 17%) !important; }
.text-pri-900 { color: hsl(2, 100%, 17%) !important; }
.border-pri-900 { border-color: hsl(2, 100%, 17%) !important; }



























/* ter color palette */
:root {
  --ter-50: hsl(45, 80%, 89%);
  --ter-100: hsl(45, 85%, 84%);
  --ter-200: hsl(45, 90%, 74%);
  --ter-300: hsl(45, 95%, 64%);
  --ter-400: hsl(45, 100%, 59%);
  --ter-500: hsl(45, 100%, 49%);
  --ter-600: hsl(45, 100%, 39%);
  --ter-700: hsl(45, 100%, 29%);
  --ter-800: hsl(45, 100%, 19%);
  --ter-900: hsl(45, 100%, 10%);
}

/* ter utility classes */
.bg-ter-50 { background-color: hsl(45, 80%, 89%) !important; }
.text-ter-50 { color: hsl(45, 80%, 89%) !important; }
.border-ter-50 { border-color: hsl(45, 80%, 89%) !important; }
.bg-ter-100 { background-color: hsl(45, 85%, 84%) !important; }
.text-ter-100 { color: hsl(45, 85%, 84%) !important; }
.border-ter-100 { border-color: hsl(45, 85%, 84%) !important; }
.bg-ter-200 { background-color: hsl(45, 90%, 74%) !important; }
.text-ter-200 { color: hsl(45, 90%, 74%) !important; }
.border-ter-200 { border-color: hsl(45, 90%, 74%) !important; }
.bg-ter-300 { background-color: hsl(45, 95%, 64%) !important; }
.text-ter-300 { color: hsl(45, 95%, 64%) !important; }
.border-ter-300 { border-color: hsl(45, 95%, 64%) !important; }
.bg-ter-400 { background-color: hsl(45, 100%, 59%) !important; }
.text-ter-400 { color: hsl(45, 100%, 59%) !important; }
.border-ter-400 { border-color: hsl(45, 100%, 59%) !important; }
.bg-ter-500 { background-color: hsl(45, 100%, 49%) !important; }
.text-ter-500 { color: hsl(45, 100%, 49%) !important; }
.border-ter-500 { border-color: hsl(45, 100%, 49%) !important; }
.bg-ter-600 { background-color: hsl(45, 100%, 39%) !important; }
.text-ter-600 { color: hsl(45, 100%, 39%) !important; }
.border-ter-600 { border-color: hsl(45, 100%, 39%) !important; }
.bg-ter-700 { background-color: hsl(45, 100%, 29%) !important; }
.text-ter-700 { color: hsl(45, 100%, 29%) !important; }
.border-ter-700 { border-color: hsl(45, 100%, 29%) !important; }
.bg-ter-800 { background-color: hsl(45, 100%, 19%) !important; }
.text-ter-800 { color: hsl(45, 100%, 19%) !important; }
.border-ter-800 { border-color: hsl(45, 100%, 19%) !important; }
.bg-ter-900 { background-color: hsl(45, 100%, 10%) !important; }
.text-ter-900 { color: hsl(45, 100%, 10%) !important; }
.border-ter-900 { border-color: hsl(45, 100%, 10%) !important; }
