:root {
    --bs-primary: #2d650a;
    --bs-primary-hover: #154e00;
    --bs-primary-active: #074300;
    --bs-primary-disabled: #67805e;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 45, 101, 10;
    --primary-light: #508935;
    --primary-dark: #0f4800;
    --primary-bg: #c1cbbd;
    --bs-secondary: #4d7c53;
    --bs-accent: #7865c1;
    --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: #377e00;
    --bs-warning: #db835e;
    --bs-danger: #d27581;
    --bs-info: #00a9ba;
    --bs-success-rgb: 55, 126, 0;
    --bs-warning-rgb: 219, 131, 94;
    --bs-danger-rgb: 210, 117, 129;
    --bs-info-rgb: 0, 169, 186;
    --bs-body-bg: #dfe7dc;
    --bs-body-color: #171717;
    --bs-secondary-color: #525252;
    --bs-border-color: #e5e5e5;
    --secondary-light: #70a176;
    --secondary-dark: #315f38;
    --secondary-bg: #dfe8e0;
    --accent-light: #9683e2;
    --accent-dark: #5c47a0;
    --accent-bg: #e0dde5;
    --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: "Plus Jakarta Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
