:root {
    --bs-primary: #627127;
    --bs-primary-hover: #4c5a08;
    --bs-primary-active: #424f00;
    --bs-primary-disabled: #899172;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 98, 113, 39;
    --primary-light: #85954c;
    --primary-dark: #475400;
    --primary-bg: #dce0d3;
    --bs-secondary: #007681;
    --bs-accent: #9b61a1;
    --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: #7c9b4a;
    --bs-warning: #d04f00;
    --bs-danger: #b71d3b;
    --bs-info: #0086a1;
    --bs-body-bg: #e5e8dc;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #3c9ba6;
    --secondary-dark: #005964;
    --secondary-bg: #d2e0e2;
    --accent-light: #ba7ec1;
    --accent-dark: #7c4483;
    --accent-bg: #e8dfe7;
    --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: "IBM Plex Sans", Arial, sans-serif;
    --bs-monospace-font-family: "JetBrains Mono", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
