:root {
    --base-50: hsla(0, 0%, 98%, 1.000);
    --base-100: hsla(240, 5%, 96%, 1.000);
    --base-200: hsla(240, 6%, 90%, 1.000);
    --base-300: hsla(240, 5%, 84%, 1.000);
    --base-400: hsla(240, 5%, 65%, 1.000);
    --base-500: hsla(240, 4%, 46%, 1.000);
    --base-600: hsla(240, 5%, 34%, 1.000);
    --base-700: hsla(240, 5%, 26%, 1.000);
    --base-800: hsla(240, 4%, 16%, 1.000);
    --base-900: hsla(240, 6%, 10%, 1.000);
    --base-950: hsla(240, 10%, 4%, 1.000);
    --primary-brand-color: #6c1818;
    --brand-300: #b02727;
    --brand-400: #8e1f1f;
    --brand-500: #6d1818;
    --brand-600: #4b1111;
    --brand-700: #2a0909;
    --primary-300: hsla(0, 64%, 46%, 1.000);
    --primary-400: hsla(0, 64%, 36%, 1.000);
    --primary-500: hsla(0, 64%, 26%, 1.000);
    --primary-600: hsla(0, 64%, 16%, 1.000);
    --primary-700: hsla(0, 64%, 6%, 1.000);
    --secondary-300: hsla(46, 67%, 76%, 1.000);
    --secondary-400: hsla(46, 67%, 66%, 1.000);
    --secondary-500: hsla(46, 67%, 56%, 1.000);
    --secondary-600: hsla(46, 67%, 46%, 1.000);
    --secondary-700: hsla(46, 67%, 36%, 1.000);
    --tertiary-300: hsla(258, 90%, 86%, 1.000);
    --tertiary-400: hsla(258, 90%, 76%, 1.000);
    --tertiary-500: hsla(258, 90%, 66%, 1.000);
    --tertiary-600: hsla(258, 90%, 56%, 1.000);
    --tertiary-700: hsla(258, 90%, 46%, 1.000);
    --success-300: hsla(160, 84%, 59%, 1.000);
    --success-400: hsla(160, 84%, 49%, 1.000);
    --success-500: hsla(160, 84%, 39%, 1.000);
    --success-600: hsla(160, 84%, 29%, 1.000);
    --success-700: hsla(160, 84%, 19%, 1.000);
    --warning-300: hsla(46, 67%, 76%, 1.000);
    --warning-400: hsla(46, 67%, 66%, 1.000);
    --warning-500: hsla(46, 67%, 56%, 1.000);
    --warning-600: hsla(46, 67%, 46%, 1.000);
    --warning-700: hsla(46, 67%, 36%, 1.000);
    --danger-300: hsla(0, 84%, 80%, 1.000);
    --danger-400: hsla(0, 84%, 70%, 1.000);
    --danger-500: hsla(0, 84%, 60%, 1.000);
    --danger-600: hsla(0, 84%, 50%, 1.000);
    --danger-700: hsla(0, 84%, 40%, 1.000);
}

body.color-switch-dark {
    --base-50: hsla(240, 10%, 4%, 1.000);
    --base-100: hsla(240, 6%, 10%, 1.000);
    --base-200: hsla(240, 4%, 16%, 1.000);
    --base-300: hsla(240, 5%, 26%, 1.000);
    --base-400: hsla(240, 5%, 34%, 1.000);
    --base-500: hsla(240, 4%, 46%, 1.000);
    --base-600: hsla(240, 5%, 65%, 1.000);
    --base-700: hsla(240, 5%, 84%, 1.000);
    --base-800: hsla(240, 6%, 90%, 1.000);
    --base-900: hsla(240, 5%, 96%, 1.000);
    --base-950: hsla(0, 0%, 98%, 1.000);
    --brand-300: #2a0909;
    --brand-400: #4b1111;
    --brand-500: #6d1818;
    --brand-600: #8e1f1f;
    --brand-700: #b02727;
    --primary-300: hsla(0, 64%, 6%, 1.000);
    --primary-400: hsla(0, 64%, 16%, 1.000);
    --primary-500: hsla(0, 64%, 26%, 1.000);
    --primary-600: hsla(0, 64%, 36%, 1.000);
    --primary-700: hsla(0, 64%, 46%, 1.000);
    --secondary-300: hsla(46, 67%, 36%, 1.000);
    --secondary-400: hsla(46, 67%, 46%, 1.000);
    --secondary-500: hsla(46, 67%, 56%, 1.000);
    --secondary-600: hsla(46, 67%, 66%, 1.000);
    --secondary-700: hsla(46, 67%, 76%, 1.000);
    --tertiary-300: hsla(258, 90%, 46%, 1.000);
    --tertiary-400: hsla(258, 90%, 56%, 1.000);
    --tertiary-500: hsla(258, 90%, 66%, 1.000);
    --tertiary-600: hsla(258, 90%, 76%, 1.000);
    --tertiary-700: hsla(258, 90%, 86%, 1.000);
    --success-300: hsla(160, 84%, 19%, 1.000);
    --success-400: hsla(160, 84%, 29%, 1.000);
    --success-500: hsla(160, 84%, 39%, 1.000);
    --success-600: hsla(160, 84%, 49%, 1.000);
    --success-700: hsla(160, 84%, 59%, 1.000);
    --warning-300: hsla(46, 67%, 36%, 1.000);
    --warning-400: hsla(46, 67%, 46%, 1.000);
    --warning-500: hsla(46, 67%, 56%, 1.000);
    --warning-600: hsla(46, 67%, 66%, 1.000);
    --warning-700: hsla(46, 67%, 76%, 1.000);
    --danger-300: hsla(0, 84%, 40%, 1.000);
    --danger-400: hsla(0, 84%, 50%, 1.000);
    --danger-500: hsla(0, 84%, 60%, 1.000);
    --danger-600: hsla(0, 84%, 70%, 1.000);
    --danger-700: hsla(0, 84%, 80%, 1.000);
}
