/* 
    DentiGo Landing Page Dark Mode Styles
    This file contains variable overrides for the Dark theme of the Landing Page.
*/

:root.dark, :root.dark-mode, body.dark, body.dark-mode, .swal2-popup.dark {
    --lp-background: #111415;
    --lp-on-background: #e1e3e4;
    --lp-surface: #111415;
    --lp-on-surface: #e1e3e4;
    --lp-surface-container: #1d2021;
    --lp-surface-container-low: #191c1d;
    --lp-surface-variant: #323536;
    --lp-on-surface-variant: #c5c6cd;
    --lp-primary: #bec7db;
    --lp-secondary: #4edea3;
    --lp-on-secondary: #003824;
    --lp-glass-bg: rgba(25, 28, 29, 0.65);
    --lp-services-title-color: #e1e3e4;
}
