:root {
    --bs-primary: #0a7700;
    --bs-primary-hover: #005f00;
    --bs-primary-active: #005300;
    --bs-primary-disabled: #6b9066;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 10, 119, 0;
    --primary-light: #3d9c35;
    --primary-dark: #005900;
    --primary-bg: #cbdbc9;
    --bs-secondary: #008595;
    --bs-accent: #a862c5;
    --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: #b99c00;
    --bs-warning: #cf3f00;
    --bs-danger: #e9597d;
    --bs-info: #0093b3;
    --bs-body-bg: #d6e9d4;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #41aaba;
    --secondary-dark: #006777;
    --secondary-bg: #deeeee;
    --accent-light: #c881e6;
    --accent-dark: #8944a4;
    --accent-bg: #eae2e9;
    --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: "JetBrains Mono", monospace;
    --bs-headings-font-family: "Cormorant Garamond", serif;
}
