﻿:root {
    --bs-primary: #626F47; /* Replace with your primary color */
    --bs-secondary: #A4B465; /* Replace with your secondary color */
    --bs-success: #28a745; /* Replace with your success color */
    --bs-info: #17a2b8; /* Replace with your info color */
    --bs-warning: #FFCF50; /* Replace with your warning color */
    --bs-danger: #dc3545; /* Replace with your danger color */
    --bs-light: #FEFAE0; /* Replace with your light color */
    --bs-dark: #343a40; /* Replace with your dark color */
    --bs-table-hover-bg: #000;
}



