:root {
    --custom-menu-50: #e6e6e6;
    --custom-menu-200: #999999;
    --custom-menu-400: #4d4d4d;
    --custom-menu-500: #000000;
    --custom-menu-600: #000000;
    --custom-menu-800: #000000;
    --custom-menu-900: #000000;
    --custom-menu-accent: #d0ab0f;
    --custom-menu-accent-400: #f2cf44;
    --custom-menu-text: #ffffff;
    --custom-menu-text-accent: #000000;
    --custom-primary-50: #e6e6e6;
    --custom-primary-200: #999999;
    --custom-primary-400: #4d4d4d;
    --custom-primary-500: #000000;
    --custom-primary-600: #000000;
    --custom-primary-800: #000000;
    --custom-primary-900: #000000;
    --custom-primary-background: #f2f2f2;
    --custom-primary-gradient: #000000;
    --custom-secondary-50: #fdf8e4;
    --custom-secondary-200: #f8e494;
    --custom-secondary-400: #f2cf44;
    --custom-secondary-500: #d0ab0f;
    --custom-secondary-600: #93780a;
    --custom-secondary-800: #544406;
    --custom-secondary-900: #151101;
    --custom-success-50: #eff8f6;
    --custom-success-200: #bde5db;
    --custom-success-400: #8cd1c0;
    --custom-success-500: #5bbda5;
    --custom-success-600: #388c77;
    --custom-success-800: #205044;
    --custom-success-900: #081411;
    --custom-danger-50: #fff1ef;
    --custom-danger-200: #ffc6be;
    --custom-danger-400: #ff9c8d;
    --custom-danger-500: #ff725b;
    --custom-danger-600: #f32000;
    --custom-danger-800: #8b1200;
    --custom-danger-900: #230500;
    --custom-warning-50: #fdf8e4;
    --custom-warning-200: #f8e494;
    --custom-warning-400: #f2cf44;
    --custom-warning-500: #d0ab0f;
    --custom-warning-600: #93780a;
    --custom-warning-800: #544406;
    --custom-warning-900: #151101;
    --custom-text-heading: #000000;
    --custom-text-body: #000000;
    --custom-text-question: #ffffff;
    --custom-button: #d0ab0f;
    --custom-button-hover: #93780a;
    --custom-button-pressed: #544406;
    --custom-button-50: #fdf8e4;
}    