:root {
    --bs-primary: #79a52b;
    --bs-primary-hover: #628c00;
    --bs-primary-active: #578000;
    --bs-primary-disabled: #adc393;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 121, 165, 43;
    --primary-light: #9dcc56;
    --primary-dark: #5c8600;
    --primary-bg: #eef4e3;
    --bs-secondary: #00ac97;
    --bs-accent: #b674d1;
    --bs-light: #fbfcff;
    --bs-dark: #1d2433;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 29, 36, 51;
    --bs-light-rgb: 251, 252, 255;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #96a200;
    --bs-warning: #b05e19;
    --bs-danger: #9e5056;
    --bs-info: #009fa2;
    --bs-success-rgb: 150, 162, 0;
    --bs-warning-rgb: 176, 94, 25;
    --bs-danger-rgb: 158, 80, 86;
    --bs-info-rgb: 0, 159, 162;
    --bs-body-bg: #e1eed2;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #4bd3bd;
    --secondary-dark: #008d79;
    --secondary-bg: #deeeee;
    --accent-light: #d793f3;
    --accent-dark: #9756b1;
    --accent-bg: #efe9ef;
    --gray-50: #fbfcff;
    --gray-100: #e4e5ea;
    --gray-200: #cdcfd6;
    --gray-300: #b7bac2;
    --gray-400: #a1a4ae;
    --gray-500: #8c909b;
    --gray-600: #777b88;
    --gray-700: #636876;
    --gray-800: #4f5564;
    --gray-900: #3c4253;
    --gray-950: #2a3142;
    --bs-body-font-family: "Work Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
