




































/* ter color palette */
:root {
  --ter-50: hsl(36, 25%, 75%);
  --ter-100: hsl(36, 30%, 70%);
  --ter-200: hsl(36, 35%, 60%);
  --ter-300: hsl(36, 40%, 50%);
  --ter-400: hsl(36, 45%, 45%);
  --ter-500: hsl(36, 45%, 35%);
  --ter-600: hsl(36, 50%, 25%);
  --ter-700: hsl(36, 55%, 20%);
  --ter-800: hsl(36, 60%, 15%);
  --ter-900: hsl(36, 65%, 10%);
}

/* ter utility classes */
.bg-ter-50 { background-color: hsl(36, 25%, 75%) !important; }
.text-ter-50 { color: hsl(36, 25%, 75%) !important; }
.border-ter-50 { border-color: hsl(36, 25%, 75%) !important; }
.bg-ter-100 { background-color: hsl(36, 30%, 70%) !important; }
.text-ter-100 { color: hsl(36, 30%, 70%) !important; }
.border-ter-100 { border-color: hsl(36, 30%, 70%) !important; }
.bg-ter-200 { background-color: hsl(36, 35%, 60%) !important; }
.text-ter-200 { color: hsl(36, 35%, 60%) !important; }
.border-ter-200 { border-color: hsl(36, 35%, 60%) !important; }
.bg-ter-300 { background-color: hsl(36, 40%, 50%) !important; }
.text-ter-300 { color: hsl(36, 40%, 50%) !important; }
.border-ter-300 { border-color: hsl(36, 40%, 50%) !important; }
.bg-ter-400 { background-color: hsl(36, 45%, 45%) !important; }
.text-ter-400 { color: hsl(36, 45%, 45%) !important; }
.border-ter-400 { border-color: hsl(36, 45%, 45%) !important; }
.bg-ter-500 { background-color: hsl(36, 45%, 35%) !important; }
.text-ter-500 { color: hsl(36, 45%, 35%) !important; }
.border-ter-500 { border-color: hsl(36, 45%, 35%) !important; }
.bg-ter-600 { background-color: hsl(36, 50%, 25%) !important; }
.text-ter-600 { color: hsl(36, 50%, 25%) !important; }
.border-ter-600 { border-color: hsl(36, 50%, 25%) !important; }
.bg-ter-700 { background-color: hsl(36, 55%, 20%) !important; }
.text-ter-700 { color: hsl(36, 55%, 20%) !important; }
.border-ter-700 { border-color: hsl(36, 55%, 20%) !important; }
.bg-ter-800 { background-color: hsl(36, 60%, 15%) !important; }
.text-ter-800 { color: hsl(36, 60%, 15%) !important; }
.border-ter-800 { border-color: hsl(36, 60%, 15%) !important; }
.bg-ter-900 { background-color: hsl(36, 65%, 10%) !important; }
.text-ter-900 { color: hsl(36, 65%, 10%) !important; }
.border-ter-900 { border-color: hsl(36, 65%, 10%) !important; }

























/* acc color palette */
:root {
  --acc-50: hsl(30, 10%, 95%);
  --acc-100: hsl(30, 15%, 90%);
  --acc-200: hsl(30, 20%, 85%);
  --acc-300: hsl(30, 25%, 80%);
  --acc-400: hsl(30, 27%, 75%);
  --acc-500: hsl(30, 27%, 69%);
  --acc-600: hsl(30, 32%, 59%);
  --acc-700: hsl(30, 37%, 49%);
  --acc-800: hsl(30, 42%, 39%);
  --acc-900: hsl(30, 47%, 29%);
}

/* acc utility classes */
.bg-acc-50 { background-color: hsl(30, 10%, 95%) !important; }
.text-acc-50 { color: hsl(30, 10%, 95%) !important; }
.border-acc-50 { border-color: hsl(30, 10%, 95%) !important; }
.bg-acc-100 { background-color: hsl(30, 15%, 90%) !important; }
.text-acc-100 { color: hsl(30, 15%, 90%) !important; }
.border-acc-100 { border-color: hsl(30, 15%, 90%) !important; }
.bg-acc-200 { background-color: hsl(30, 20%, 85%) !important; }
.text-acc-200 { color: hsl(30, 20%, 85%) !important; }
.border-acc-200 { border-color: hsl(30, 20%, 85%) !important; }
.bg-acc-300 { background-color: hsl(30, 25%, 80%) !important; }
.text-acc-300 { color: hsl(30, 25%, 80%) !important; }
.border-acc-300 { border-color: hsl(30, 25%, 80%) !important; }
.bg-acc-400 { background-color: hsl(30, 27%, 75%) !important; }
.text-acc-400 { color: hsl(30, 27%, 75%) !important; }
.border-acc-400 { border-color: hsl(30, 27%, 75%) !important; }
.bg-acc-500 { background-color: hsl(30, 27%, 69%) !important; }
.text-acc-500 { color: hsl(30, 27%, 69%) !important; }
.border-acc-500 { border-color: hsl(30, 27%, 69%) !important; }
.bg-acc-600 { background-color: hsl(30, 32%, 59%) !important; }
.text-acc-600 { color: hsl(30, 32%, 59%) !important; }
.border-acc-600 { border-color: hsl(30, 32%, 59%) !important; }
.bg-acc-700 { background-color: hsl(30, 37%, 49%) !important; }
.text-acc-700 { color: hsl(30, 37%, 49%) !important; }
.border-acc-700 { border-color: hsl(30, 37%, 49%) !important; }
.bg-acc-800 { background-color: hsl(30, 42%, 39%) !important; }
.text-acc-800 { color: hsl(30, 42%, 39%) !important; }
.border-acc-800 { border-color: hsl(30, 42%, 39%) !important; }
.bg-acc-900 { background-color: hsl(30, 47%, 29%) !important; }
.text-acc-900 { color: hsl(30, 47%, 29%) !important; }
.border-acc-900 { border-color: hsl(30, 47%, 29%) !important; }























/* pri color palette */
:root {
  --pri-50: hsl(31, 45%, 56%);
  --pri-100: hsl(31, 50%, 51%);
  --pri-200: hsl(31, 55%, 41%);
  --pri-300: hsl(31, 60%, 31%);
  --pri-400: hsl(31, 65%, 26%);
  --pri-500: hsl(31, 65%, 16%);
  --pri-600: hsl(31, 70%, 25%);
  --pri-700: hsl(31, 75%, 20%);
  --pri-800: hsl(31, 80%, 15%);
  --pri-900: hsl(31, 85%, 10%);
}

/* pri utility classes */
.bg-pri-50 { background-color: hsl(31, 45%, 56%) !important; }
.text-pri-50 { color: hsl(31, 45%, 56%) !important; }
.border-pri-50 { border-color: hsl(31, 45%, 56%) !important; }
.bg-pri-100 { background-color: hsl(31, 50%, 51%) !important; }
.text-pri-100 { color: hsl(31, 50%, 51%) !important; }
.border-pri-100 { border-color: hsl(31, 50%, 51%) !important; }
.bg-pri-200 { background-color: hsl(31, 55%, 41%) !important; }
.text-pri-200 { color: hsl(31, 55%, 41%) !important; }
.border-pri-200 { border-color: hsl(31, 55%, 41%) !important; }
.bg-pri-300 { background-color: hsl(31, 60%, 31%) !important; }
.text-pri-300 { color: hsl(31, 60%, 31%) !important; }
.border-pri-300 { border-color: hsl(31, 60%, 31%) !important; }
.bg-pri-400 { background-color: hsl(31, 65%, 26%) !important; }
.text-pri-400 { color: hsl(31, 65%, 26%) !important; }
.border-pri-400 { border-color: hsl(31, 65%, 26%) !important; }
.bg-pri-500 { background-color: hsl(31, 65%, 16%) !important; }
.text-pri-500 { color: hsl(31, 65%, 16%) !important; }
.border-pri-500 { border-color: hsl(31, 65%, 16%) !important; }
.bg-pri-600 { background-color: hsl(31, 70%, 25%) !important; }
.text-pri-600 { color: hsl(31, 70%, 25%) !important; }
.border-pri-600 { border-color: hsl(31, 70%, 25%) !important; }
.bg-pri-700 { background-color: hsl(31, 75%, 20%) !important; }
.text-pri-700 { color: hsl(31, 75%, 20%) !important; }
.border-pri-700 { border-color: hsl(31, 75%, 20%) !important; }
.bg-pri-800 { background-color: hsl(31, 80%, 15%) !important; }
.text-pri-800 { color: hsl(31, 80%, 15%) !important; }
.border-pri-800 { border-color: hsl(31, 80%, 15%) !important; }
.bg-pri-900 { background-color: hsl(31, 85%, 10%) !important; }
.text-pri-900 { color: hsl(31, 85%, 10%) !important; }
.border-pri-900 { border-color: hsl(31, 85%, 10%) !important; }
