/* css/theme.css - AUTO GENERATED. DO NOT EDIT MANUALLY.
 * Generated at: 1784525275
 * This file is regenerated every time an admin applies a theme via the color palette settings.
 * All pages load this file via <link> tag to avoid DB queries on every page load.
 */
:root {
    --primary-blue: #ffa94d !important;
    --primary-start: #ffa94d !important;
    --primary-mid: #fe9431 !important;
    --primary-end: #fd7e14 !important;
    --primary-gradient: linear-gradient(135deg, #ffa94d, #fe9431, #fd7e14) !important;

    --header-bg-color: #ffe8cc !important;
    --header-start: #ffe8cc !important;
    --header-mid: #ffe0ba !important;
    --header-end: #ffd8a8 !important;
    --header-gradient: linear-gradient(135deg, #ffe8cc, #ffe0ba, #ffd8a8) !important;

    --footer-bg-color: #fff3bf !important;
    --footer-start: #fff3bf !important;
    --footer-mid: #fff0ac !important;
    --footer-end: #ffec99 !important;
    --footer-gradient: linear-gradient(135deg, #fff3bf, #fff0ac, #ffec99) !important;

    --menu-active-color: #ffa94d !important;
    --page-header-bg-color: #ffd8a8 !important;
    --header-text-color: #000000 !important;

    --content-bg-color: #fff4e6 !important;

    --content-btn-text-color: #ffffff !important;
    --content-btn-start: #ffa94d !important;
    --content-btn-mid: #fe9431 !important;
    --content-btn-end: #fd7e14 !important;
    --content-btn-gradient: linear-gradient(135deg, #ffa94d, #fe9431, #fd7e14) !important;

    --note-primary: #ffa94d !important;
}