:root {
    --bs-primary: #6b6300;
    --bs-primary-hover: #554c00;
    --bs-primary-active: #4a4100;
    --bs-primary-disabled: #888665;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 107, 99, 0;
    --primary-light: #8f8634;
    --primary-dark: #504700;
    --primary-bg: #d7d6c8;
    --bs-secondary: #29785b;
    --bs-accent: #8067a3;
    --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: #648000;
    --bs-warning: #cd7e42;
    --bs-danger: #d07679;
    --bs-info: #00a3b3;
    --bs-body-bg: #dfded0;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #509d7e;
    --secondary-dark: #005b40;
    --secondary-bg: #d4e1da;
    --accent-light: #9e85c3;
    --accent-dark: #634b84;
    --accent-bg: #e5e0e7;
    --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: "Rubik", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
