:root {
--acc-50: hsl(19, 80%, 95%);
--acc-100: hsl(19, 85%, 90%);
--acc-200: hsl(19, 90%, 85%);
--acc-300: hsl(19, 95%, 75%);
--acc-400: hsl(19, 100%, 70%);
--acc-500: hsl(19, 100%, 60%);
--acc-600: hsl(19, 100%, 50%);
--acc-700: hsl(19, 100%, 40%);
--acc-800: hsl(19, 100%, 30%);
--acc-900: hsl(19, 100%, 20%);
} .bg-acc-50 { background-color: hsl(19, 80%, 95%) !important; }
.text-acc-50 { color: hsl(19, 80%, 95%) !important; }
.border-acc-50 { border-color: hsl(19, 80%, 95%) !important; }
.bg-acc-100 { background-color: hsl(19, 85%, 90%) !important; }
.text-acc-100 { color: hsl(19, 85%, 90%) !important; }
.border-acc-100 { border-color: hsl(19, 85%, 90%) !important; }
.bg-acc-200 { background-color: hsl(19, 90%, 85%) !important; }
.text-acc-200 { color: hsl(19, 90%, 85%) !important; }
.border-acc-200 { border-color: hsl(19, 90%, 85%) !important; }
.bg-acc-300 { background-color: hsl(19, 95%, 75%) !important; }
.text-acc-300 { color: hsl(19, 95%, 75%) !important; }
.border-acc-300 { border-color: hsl(19, 95%, 75%) !important; }
.bg-acc-400 { background-color: hsl(19, 100%, 70%) !important; }
.text-acc-400 { color: hsl(19, 100%, 70%) !important; }
.border-acc-400 { border-color: hsl(19, 100%, 70%) !important; }
.bg-acc-500 { background-color: hsl(19, 100%, 60%) !important; }
.text-acc-500 { color: hsl(19, 100%, 60%) !important; }
.border-acc-500 { border-color: hsl(19, 100%, 60%) !important; }
.bg-acc-600 { background-color: hsl(19, 100%, 50%) !important; }
.text-acc-600 { color: hsl(19, 100%, 50%) !important; }
.border-acc-600 { border-color: hsl(19, 100%, 50%) !important; }
.bg-acc-700 { background-color: hsl(19, 100%, 40%) !important; }
.text-acc-700 { color: hsl(19, 100%, 40%) !important; }
.border-acc-700 { border-color: hsl(19, 100%, 40%) !important; }
.bg-acc-800 { background-color: hsl(19, 100%, 30%) !important; }
.text-acc-800 { color: hsl(19, 100%, 30%) !important; }
.border-acc-800 { border-color: hsl(19, 100%, 30%) !important; }
.bg-acc-900 { background-color: hsl(19, 100%, 20%) !important; }
.text-acc-900 { color: hsl(19, 100%, 20%) !important; }
.border-acc-900 { border-color: hsl(19, 100%, 20%) !important; } :root {
--pri-50: hsl(209, 66%, 76%);
--pri-100: hsl(209, 71%, 71%);
--pri-200: hsl(209, 76%, 61%);
--pri-300: hsl(209, 81%, 51%);
--pri-400: hsl(209, 86%, 46%);
--pri-500: hsl(209, 86%, 36%);
--pri-600: hsl(209, 91%, 26%);
--pri-700: hsl(209, 96%, 20%);
--pri-800: hsl(209, 100%, 15%);
--pri-900: hsl(209, 100%, 10%);
} .bg-pri-50 { background-color: hsl(209, 66%, 76%) !important; }
.text-pri-50 { color: hsl(209, 66%, 76%) !important; }
.border-pri-50 { border-color: hsl(209, 66%, 76%) !important; }
.bg-pri-100 { background-color: hsl(209, 71%, 71%) !important; }
.text-pri-100 { color: hsl(209, 71%, 71%) !important; }
.border-pri-100 { border-color: hsl(209, 71%, 71%) !important; }
.bg-pri-200 { background-color: hsl(209, 76%, 61%) !important; }
.text-pri-200 { color: hsl(209, 76%, 61%) !important; }
.border-pri-200 { border-color: hsl(209, 76%, 61%) !important; }
.bg-pri-300 { background-color: hsl(209, 81%, 51%) !important; }
.text-pri-300 { color: hsl(209, 81%, 51%) !important; }
.border-pri-300 { border-color: hsl(209, 81%, 51%) !important; }
.bg-pri-400 { background-color: hsl(209, 86%, 46%) !important; }
.text-pri-400 { color: hsl(209, 86%, 46%) !important; }
.border-pri-400 { border-color: hsl(209, 86%, 46%) !important; }
.bg-pri-500 { background-color: hsl(209, 86%, 36%) !important; }
.text-pri-500 { color: hsl(209, 86%, 36%) !important; }
.border-pri-500 { border-color: hsl(209, 86%, 36%) !important; }
.bg-pri-600 { background-color: hsl(209, 91%, 26%) !important; }
.text-pri-600 { color: hsl(209, 91%, 26%) !important; }
.border-pri-600 { border-color: hsl(209, 91%, 26%) !important; }
.bg-pri-700 { background-color: hsl(209, 96%, 20%) !important; }
.text-pri-700 { color: hsl(209, 96%, 20%) !important; }
.border-pri-700 { border-color: hsl(209, 96%, 20%) !important; }
.bg-pri-800 { background-color: hsl(209, 100%, 15%) !important; }
.text-pri-800 { color: hsl(209, 100%, 15%) !important; }
.border-pri-800 { border-color: hsl(209, 100%, 15%) !important; }
.bg-pri-900 { background-color: hsl(209, 100%, 10%) !important; }
.text-pri-900 { color: hsl(209, 100%, 10%) !important; }
.border-pri-900 { border-color: hsl(209, 100%, 10%) !important; } :root {
--ter-50: hsl(173, 35%, 95%);
--ter-100: hsl(173, 40%, 90%);
--ter-200: hsl(173, 45%, 85%);
--ter-300: hsl(173, 50%, 80%);
--ter-400: hsl(173, 55%, 75%);
--ter-500: hsl(173, 55%, 74%);
--ter-600: hsl(173, 60%, 64%);
--ter-700: hsl(173, 65%, 54%);
--ter-800: hsl(173, 70%, 44%);
--ter-900: hsl(173, 75%, 34%);
} .bg-ter-50 { background-color: hsl(173, 35%, 95%) !important; }
.text-ter-50 { color: hsl(173, 35%, 95%) !important; }
.border-ter-50 { border-color: hsl(173, 35%, 95%) !important; }
.bg-ter-100 { background-color: hsl(173, 40%, 90%) !important; }
.text-ter-100 { color: hsl(173, 40%, 90%) !important; }
.border-ter-100 { border-color: hsl(173, 40%, 90%) !important; }
.bg-ter-200 { background-color: hsl(173, 45%, 85%) !important; }
.text-ter-200 { color: hsl(173, 45%, 85%) !important; }
.border-ter-200 { border-color: hsl(173, 45%, 85%) !important; }
.bg-ter-300 { background-color: hsl(173, 50%, 80%) !important; }
.text-ter-300 { color: hsl(173, 50%, 80%) !important; }
.border-ter-300 { border-color: hsl(173, 50%, 80%) !important; }
.bg-ter-400 { background-color: hsl(173, 55%, 75%) !important; }
.text-ter-400 { color: hsl(173, 55%, 75%) !important; }
.border-ter-400 { border-color: hsl(173, 55%, 75%) !important; }
.bg-ter-500 { background-color: hsl(173, 55%, 74%) !important; }
.text-ter-500 { color: hsl(173, 55%, 74%) !important; }
.border-ter-500 { border-color: hsl(173, 55%, 74%) !important; }
.bg-ter-600 { background-color: hsl(173, 60%, 64%) !important; }
.text-ter-600 { color: hsl(173, 60%, 64%) !important; }
.border-ter-600 { border-color: hsl(173, 60%, 64%) !important; }
.bg-ter-700 { background-color: hsl(173, 65%, 54%) !important; }
.text-ter-700 { color: hsl(173, 65%, 54%) !important; }
.border-ter-700 { border-color: hsl(173, 65%, 54%) !important; }
.bg-ter-800 { background-color: hsl(173, 70%, 44%) !important; }
.text-ter-800 { color: hsl(173, 70%, 44%) !important; }
.border-ter-800 { border-color: hsl(173, 70%, 44%) !important; }
.bg-ter-900 { background-color: hsl(173, 75%, 34%) !important; }
.text-ter-900 { color: hsl(173, 75%, 34%) !important; }
.border-ter-900 { border-color: hsl(173, 75%, 34%) !important; }