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

:root {
    --lp-background: #ffffff;
    --lp-on-background: #1e293b;
    --lp-surface: #f8fafc;
    --lp-on-surface: #0f172a;
    --lp-surface-container: #f1f5f9;
    --lp-surface-container-low: #f8fafc;
    --lp-surface-variant: #e2e8f0;
    --lp-on-surface-variant: #475569;
    --lp-primary: #00796b;
    --lp-secondary: #00a572;
    --lp-on-secondary: #ffffff;
    --lp-glass-bg: rgba(255, 255, 255, 0.85);
    --lp-services-title-color: #ffffff;
}
