:root {
    --bs-primary: #327517;
    --bs-primary-hover: #195d00;
    --bs-primary-active: #085200;
    --bs-primary-disabled: #738f6a;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 50, 117, 23;
    --primary-light: #569940;
    --primary-dark: #115700;
    --primary-bg: #cfdccb;
    --bs-secondary: #006f8a;
    --bs-accent: #75569f;
    --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: #b28600;
    --bs-warning: #b2531f;
    --bs-danger: #da7b97;
    --bs-info: #0586a0;
    --bs-body-bg: #d6e5d2;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #3b93af;
    --secondary-dark: #00526c;
    --secondary-bg: #cddbdf;
    --accent-light: #9373bf;
    --accent-dark: #593980;
    --accent-bg: #d7d1dc;
    --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: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
