:root {
    --bs-primary: #5f7e37;
    --bs-primary-hover: #48661e;
    --bs-primary-active: #3e5b0f;
    --bs-primary-disabled: #8d9c7d;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 95, 126, 55;
    --primary-light: #81a35b;
    --primary-dark: #436117;
    --primary-bg: #e5ebde;
    --bs-secondary: #69967a;
    --bs-accent: #c078c7;
    --bs-light: #fafafa;
    --bs-dark: #1f1f1f;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 31, 31, 31;
    --bs-light-rgb: 250, 250, 250;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #886200;
    --bs-warning: #d88a4b;
    --bs-danger: #d04c77;
    --bs-info: #0090aa;
    --bs-success-rgb: 136, 98, 0;
    --bs-warning-rgb: 216, 138, 75;
    --bs-danger-rgb: 208, 76, 119;
    --bs-info-rgb: 0, 144, 170;
    --bs-body-bg: #e8ece4;
    --bs-body-color: #171717;
    --bs-secondary-color: #525252;
    --bs-border-color: #e5e5e5;
    --secondary-light: #8dbb9e;
    --secondary-dark: #4c785d;
    --secondary-bg: #f1f7f4;
    --accent-light: #e297e8;
    --accent-dark: #a05aa6;
    --accent-bg: #efe9ef;
    --gray-50: #fafafa;
    --gray-100: #e3e3e3;
    --gray-200: #cccccc;
    --gray-300: #b5b5b5;
    --gray-400: #9f9f9f;
    --gray-500: #8a8a8a;
    --gray-600: #757575;
    --gray-700: #616161;
    --gray-800: #4d4d4d;
    --gray-900: #3b3b3b;
    --gray-950: #292929;
    --bs-body-font-family: "IBM Plex Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "DM Serif Display", serif;
}
