/* Theme20 Color Variant 3 - Forest Green */
:root {
    --t20-primary: #228B22;
    --t20-primary-light: #32CD32;
    --t20-primary-dark: #1A6B1A;
    --t20-primary-soft: rgba(34, 139, 34, 0.1);
    --t20-secondary: #1C3320;
    --t20-secondary-light: #2A4D30;
    --t20-accent: #90EE90;
}
