/* CSS Custom Properties (Variables) */
:root {
    --deep-green: #2B5D4F;
    --forest-green: #346856;
    --golden-yellow: #E8B923;
    --warm-gold: #FFD966;
    --white: #FFFFFF;
    --off-white: #FAFAFA;
    --light-grey: #E8E6E6;
    --dark-grey: #333333;
    --charcoal: #1F1F1E;
}
