:root {
    --bs-primary: #507a24;
    --bs-primary-hover: #3a6201;
    --bs-primary-active: #2f5700;
    --bs-primary-disabled: #839773;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 80, 122, 36;
    --primary-light: #739e4a;
    --primary-dark: #355d00;
    --primary-bg: #dce5d5;
    --bs-secondary: #007b75;
    --bs-accent: #9479c0;
    --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: #a0a033;
    --bs-warning: #ca7f5b;
    --bs-danger: #c44a63;
    --bs-info: #21abac;
    --bs-body-bg: #edf3e7;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #3ea099;
    --secondary-dark: #005e59;
    --secondary-bg: #d4e3e2;
    --accent-light: #b297e1;
    --accent-dark: #765ba0;
    --accent-bg: #f5f1f5;
    --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: "Work Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
