:root {
    --bs-primary: #00831b;
    --bs-primary-hover: #006b00;
    --bs-primary-active: #005f00;
    --bs-primary-disabled: #729c72;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 0, 131, 27;
    --primary-light: #3ea844;
    --primary-dark: #006500;
    --primary-bg: #d5e7d5;
    --bs-secondary: #008dc1;
    --bs-accent: #b6578e;
    --bs-light: #f6fbf7;
    --bs-dark: #17241c;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 23, 36, 28;
    --bs-light-rgb: 246, 251, 247;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #9b9c45;
    --bs-warning: #b86336;
    --bs-danger: #ac4561;
    --bs-info: #00a6aa;
    --bs-success-rgb: 155, 156, 69;
    --bs-warning-rgb: 184, 99, 54;
    --bs-danger-rgb: 172, 69, 97;
    --bs-info-rgb: 0, 166, 170;
    --bs-body-bg: #dbe8da;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #44b3e8;
    --secondary-dark: #006fa1;
    --secondary-bg: #dfefef;
    --accent-light: #d875ad;
    --accent-dark: #953970;
    --accent-bg: #e3d9e3;
    --gray-50: #f6faf5;
    --gray-100: #dfe4de;
    --gray-200: #c8cec8;
    --gray-300: #b2b9b2;
    --gray-400: #9ca49c;
    --gray-500: #878f87;
    --gray-600: #727c73;
    --gray-700: #5e685f;
    --gray-800: #4a554c;
    --gray-900: #384339;
    --gray-950: #263228;
    --bs-body-font-family: "Manrope", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Merriweather", serif;
}
