
/* pri color palette */
:root {
  --pri-50: hsl(34, 39%, 95%);
  --pri-100: hsl(34, 44%, 90%);
  --pri-200: hsl(34, 49%, 85%);
  --pri-300: hsl(34, 54%, 75%);
  --pri-400: hsl(34, 59%, 70%);
  --pri-500: hsl(34, 59%, 60%);
  --pri-600: hsl(34, 64%, 50%);
  --pri-700: hsl(34, 69%, 40%);
  --pri-800: hsl(34, 74%, 30%);
  --pri-900: hsl(34, 79%, 20%);
}

/* pri utility classes */
.bg-pri-50 { background-color: hsl(34, 39%, 95%) !important; }
.text-pri-50 { color: hsl(34, 39%, 95%) !important; }
.border-pri-50 { border-color: hsl(34, 39%, 95%) !important; }
.bg-pri-100 { background-color: hsl(34, 44%, 90%) !important; }
.text-pri-100 { color: hsl(34, 44%, 90%) !important; }
.border-pri-100 { border-color: hsl(34, 44%, 90%) !important; }
.bg-pri-200 { background-color: hsl(34, 49%, 85%) !important; }
.text-pri-200 { color: hsl(34, 49%, 85%) !important; }
.border-pri-200 { border-color: hsl(34, 49%, 85%) !important; }
.bg-pri-300 { background-color: hsl(34, 54%, 75%) !important; }
.text-pri-300 { color: hsl(34, 54%, 75%) !important; }
.border-pri-300 { border-color: hsl(34, 54%, 75%) !important; }
.bg-pri-400 { background-color: hsl(34, 59%, 70%) !important; }
.text-pri-400 { color: hsl(34, 59%, 70%) !important; }
.border-pri-400 { border-color: hsl(34, 59%, 70%) !important; }
.bg-pri-500 { background-color: hsl(34, 59%, 60%) !important; }
.text-pri-500 { color: hsl(34, 59%, 60%) !important; }
.border-pri-500 { border-color: hsl(34, 59%, 60%) !important; }
.bg-pri-600 { background-color: hsl(34, 64%, 50%) !important; }
.text-pri-600 { color: hsl(34, 64%, 50%) !important; }
.border-pri-600 { border-color: hsl(34, 64%, 50%) !important; }
.bg-pri-700 { background-color: hsl(34, 69%, 40%) !important; }
.text-pri-700 { color: hsl(34, 69%, 40%) !important; }
.border-pri-700 { border-color: hsl(34, 69%, 40%) !important; }
.bg-pri-800 { background-color: hsl(34, 74%, 30%) !important; }
.text-pri-800 { color: hsl(34, 74%, 30%) !important; }
.border-pri-800 { border-color: hsl(34, 74%, 30%) !important; }
.bg-pri-900 { background-color: hsl(34, 79%, 20%) !important; }
.text-pri-900 { color: hsl(34, 79%, 20%) !important; }
.border-pri-900 { border-color: hsl(34, 79%, 20%) !important; }









































/* acc color palette */
:root {
  --acc-50: hsl(209, 24%, 86%);
  --acc-100: hsl(209, 29%, 81%);
  --acc-200: hsl(209, 34%, 71%);
  --acc-300: hsl(209, 39%, 61%);
  --acc-400: hsl(209, 44%, 56%);
  --acc-500: hsl(209, 44%, 46%);
  --acc-600: hsl(209, 49%, 36%);
  --acc-700: hsl(209, 54%, 26%);
  --acc-800: hsl(209, 59%, 16%);
  --acc-900: hsl(209, 64%, 10%);
}

/* acc utility classes */
.bg-acc-50 { background-color: hsl(209, 24%, 86%) !important; }
.text-acc-50 { color: hsl(209, 24%, 86%) !important; }
.border-acc-50 { border-color: hsl(209, 24%, 86%) !important; }
.bg-acc-100 { background-color: hsl(209, 29%, 81%) !important; }
.text-acc-100 { color: hsl(209, 29%, 81%) !important; }
.border-acc-100 { border-color: hsl(209, 29%, 81%) !important; }
.bg-acc-200 { background-color: hsl(209, 34%, 71%) !important; }
.text-acc-200 { color: hsl(209, 34%, 71%) !important; }
.border-acc-200 { border-color: hsl(209, 34%, 71%) !important; }
.bg-acc-300 { background-color: hsl(209, 39%, 61%) !important; }
.text-acc-300 { color: hsl(209, 39%, 61%) !important; }
.border-acc-300 { border-color: hsl(209, 39%, 61%) !important; }
.bg-acc-400 { background-color: hsl(209, 44%, 56%) !important; }
.text-acc-400 { color: hsl(209, 44%, 56%) !important; }
.border-acc-400 { border-color: hsl(209, 44%, 56%) !important; }
.bg-acc-500 { background-color: hsl(209, 44%, 46%) !important; }
.text-acc-500 { color: hsl(209, 44%, 46%) !important; }
.border-acc-500 { border-color: hsl(209, 44%, 46%) !important; }
.bg-acc-600 { background-color: hsl(209, 49%, 36%) !important; }
.text-acc-600 { color: hsl(209, 49%, 36%) !important; }
.border-acc-600 { border-color: hsl(209, 49%, 36%) !important; }
.bg-acc-700 { background-color: hsl(209, 54%, 26%) !important; }
.text-acc-700 { color: hsl(209, 54%, 26%) !important; }
.border-acc-700 { border-color: hsl(209, 54%, 26%) !important; }
.bg-acc-800 { background-color: hsl(209, 59%, 16%) !important; }
.text-acc-800 { color: hsl(209, 59%, 16%) !important; }
.border-acc-800 { border-color: hsl(209, 59%, 16%) !important; }
.bg-acc-900 { background-color: hsl(209, 64%, 10%) !important; }
.text-acc-900 { color: hsl(209, 64%, 10%) !important; }
.border-acc-900 { border-color: hsl(209, 64%, 10%) !important; }
