:root, html[data-theme="dark"], body[data-theme="dark"] {
    --theme-bg: #0B0D0E;
    --theme-surface: #15191C;
    --theme-header: #000000;
    --theme-category: #252A2D;
    --theme-category-active: #FFFFFF;
    --theme-category-active-text: #111111;
    --theme-button: #FFFFFF;
    --theme-button-text: #111111;
    --theme-button-hover: #F0F0F0;
    --theme-button-hover-text: #111111;
    --theme-button-active: #F0F0F0;
    --theme-button-active-text: #111111;
    --theme-button-secondary: #252A2D;
    --theme-button-secondary-text: #FFFFFF;
    --theme-button-secondary-hover: #343A3E;
    --theme-button-secondary-hover-text: #FFFFFF;
    --theme-button-danger: #C62828;
    --theme-button-danger-text: #FFFFFF;
    --theme-button-danger-hover: #9A1F1F;
    --theme-button-danger-hover-text: #FFFFFF;
    --theme-text: #FFFFFF;
    --theme-text-muted: #D6D6D6;
    --theme-text-price: #FFFFFF;
    --theme-accent: #FFFFFF;
    --theme-badge: #D6D6D6;
    --theme-border: #343A3E;
    --theme-success: #2E7D32;
    --theme-warning: #ED6C02;
    --theme-error: #C62828;
    --theme-info: #0277BD;
    --theme-card: #15191C;
    --pm-bg: #0B0D0E;
    --pm-surface: #15191C;
    --pm-text: #FFFFFF;
    --pm-muted: #D6D6D6;
    --pm-accent: #FFFFFF;
    --pm-border: #343A3E;
    --pm-beige: #252A2D;
    --pm-beige-deep: #15191C;
    --pm-divider: #FFFFFF;
    --pm-header-bg: #000000;
    --pm-footer-bg: #000000;
    --pm-category-active: #FFFFFF;
    --pm-category-active-text: #1A1A1A;
    --pm-button: #FFFFFF;
    --pm-button-text: #1A1A1A;
    --pm-badge: #D6D6D6;
    --carta-bg: #0B0D0E;
    --carta-header: #000000;
    --carta-footer: #000000;
    --carta-category: #252A2D;
    --carta-category-active: #FFFFFF;
    --carta-category-active-text: #1A1A1A;
    --carta-card: #15191C;
    --carta-card-border: #343A3E;
    --carta-name: #FFFFFF;
    --carta-desc: #D6D6D6;
    --carta-price: #FFFFFF;
    --carta-button: #FFFFFF;
    --carta-button-text: #1A1A1A;
    --carta-badge: #D6D6D6;
    --theme-carta-bg: #0B0D0E;
    --theme-carta-header: #000000;
    --theme-carta-footer: #000000;
    --theme-carta-category: #252A2D;
    --theme-carta-category-active: #FFFFFF;
    --theme-carta-category-active-text: #1A1A1A;
    --theme-carta-card: #15191C;
    --theme-carta-card-border: #343A3E;
    --theme-carta-name: #FFFFFF;
    --theme-carta-desc: #D6D6D6;
    --theme-carta-price: #FFFFFF;
    --theme-carta-button: #FFFFFF;
    --theme-carta-button-text: #1A1A1A;
    --theme-carta-badge: #D6D6D6;
    --pos-bg: #0B0D0E;
    --pos-header: #000000;
    --pos-text: #FFFFFF;
    --pos-text-muted: #D6D6D6;
    --pos-tab: #000000;
    --pos-tab-text: #FFFFFF;
    --pos-tab-active: #FFFFFF;
    --pos-tab-active-text: #1A1A1A;
    --pos-category: #252A2D;
    --pos-category-active: #FFFFFF;
    --pos-category-active-text: #111111;
    --pos-card: #15191C;
    --pos-card-border: #343A3E;
    --pos-card-text: #FFFFFF;
    --pos-card-price: #FFFFFF;
    --pos-cart-bg: #15191C;
    --pos-total: #FFFFFF;
    --pos-button: #FFFFFF;
    --pos-button-text: #111111;
    --pos-button-secondary: #252A2D;
    --pos-button-secondary-text: #FFFFFF;
    --pos-badge: #D6D6D6;
    --pos-oo-bubble: #FFFFFF;
    --pos-input-bg: #15191C;
    --pos-input-text: #FFFFFF;
    --color-bg: #0B0D0E;
    --color-surface: #15191C;
    --color-surface-2: #15191C;
    --color-primary: #FFFFFF;
    --color-primary-dark: #000000;
    --color-accent: #FFFFFF;
    --color-text: #FFFFFF;
    --color-text-muted: #D6D6D6;
    --color-border: #343A3E;
    --color-logo-navy: #000000;
    --color-danger: #C62828;
    --mc-ink: #0B0D0E;
    --mc-surface: #15191C;
    --mc-header: #000000;
    --mc-text: #FFFFFF;
    --mc-muted: #D6D6D6;
    --mc-border: #343A3E;
    --mc-button: #FFFFFF;
    --mc-button-text: #111111;
    --mc-button-hover: #F0F0F0;
    --mc-serif: Georgia, "Times New Roman", serif;
    --pm-shell-bg: #0B0D0E;
    --pm-shell-opacity: 1.0000;
    --pm-shell-bg-layer: rgba(11, 13, 14, 1.0000);
    --carta-shell-bg: #0B0D0E;
    --carta-shell-opacity: 100;
    --theme-carta-shell-bg: #0B0D0E;
    --theme-carta-shell-opacity: 100;
    --pm-welcome-blur: 0px;
    --pm-welcome-veil: rgba(0, 0, 0, 0.00);
    --carta-welcome-blur: 0px;
    --carta-welcome-veil: rgba(0, 0, 0, 0.00);
}
body.mesero-page {
    background: var(--pos-bg, var(--theme-bg));
    color: var(--pos-text, var(--theme-text));
}
body.public-menu-page {
    background: var(--carta-bg, var(--pm-bg));
    color: var(--carta-name, var(--pm-text));
}
