:root {
    --bs-primary: #6d860d;
    --bs-primary-hover: #576e00;
    --bs-primary-active: #4c6300;
    --bs-primary-disabled: #98a57b;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 109, 134, 13;
    --primary-light: #91ac40;
    --primary-dark: #526900;
    --primary-bg: #eef4e2;
    --bs-secondary: #008e8a;
    --bs-accent: #a26db1;
    --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: #b79200;
    --bs-warning: #b36335;
    --bs-danger: #b34f5d;
    --bs-info: #008591;
    --bs-body-bg: #f2f6e4;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #43b3af;
    --secondary-dark: #00706c;
    --secondary-bg: #dfefef;
    --accent-light: #c18bd2;
    --accent-dark: #835092;
    --accent-bg: #eee8ee;
    --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: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
