:root {
    --fc-pulse-primary: #0B3A24;
    --fc-pulse-primary-over: #155235;
    --fc-pulse-primary-down: #082A1A;
    --fc-pulse-primary-foreground: #E2F0D9;

    --fc-pulse-secondary: var(--fc-pulse-background);
    --fc-pulse-secondary-over: var(--fc-pulse-faint);
    --fc-pulse-secondary-down: var(--fc-pulse-muted);
    --fc-pulse-secondary-foreground: var(--fc-pulse-foreground);
    --fc-pulse-secondary-icon: var(--fc-pulse-muted-foreground);
    --fc-pulse-secondary-icon-over: var(--fc-pulse-foreground);

    --fc-pulse-tertiary: var(--fc-pulse-primary);
    --fc-pulse-tertiary-over: var(--fc-pulse-primary-over);
    --fc-pulse-tertiary-down: var(--fc-pulse-primary-down);
    --fc-pulse-tertiary-foreground: var(--fc-pulse-primary-foreground);

    --fc-pulse-event: #0B3A24;
    --fc-pulse-event-contrast: #E2F0D9;
    --fc-pulse-background-event: #FA79FA;
    --fc-pulse-highlight: #8C623914;
    --fc-pulse-now: #8C6239;

    --fc-pulse-unselected: var(--fc-pulse-muted);
    --fc-pulse-unselected-foreground: var(--fc-pulse-foreground);
    --fc-pulse-selected: var(--fc-pulse-background);
    --fc-pulse-selected-foreground: var(--fc-pulse-foreground);

    --fc-pulse-background: #FFFFFF;
    --fc-pulse-faint: #0B3A2408;
    --fc-pulse-muted: #0B3A2412;
    --fc-pulse-strong: #0B3A241F;
    --fc-pulse-stronger: #0B3A2429;
    --fc-pulse-strongest: #0B3A2433;

    --fc-pulse-foreground: #2D2926;
    --fc-pulse-faint-foreground: #A39B93;
    --fc-pulse-muted-foreground: #706862;

    --fc-pulse-border: #E3DED5;
    --fc-pulse-strong-border: #CFC7BB;
}
