:root {
    --bs-primary: #4b6b00;
    --bs-primary-hover: #365300;
    --bs-primary-active: #2c4800;
    --bs-primary-disabled: #788863;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 75, 107, 0;
    --primary-light: #6d8e34;
    --primary-dark: #314e00;
    --primary-bg: #ced5c6;
    --bs-secondary: #007357;
    --bs-accent: #6b52a9;
    --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: #9a7600;
    --bs-warning: #fc6d1b;
    --bs-danger: #df3d5f;
    --bs-info: #00aedc;
    --bs-body-bg: #d6dccd;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #3b9879;
    --secondary-dark: #00563c;
    --secondary-bg: #cbdad3;
    --accent-light: #8870c9;
    --accent-dark: #503589;
    --accent-bg: #d0ccd7;
    --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: "Manrope", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
