:root {
    --bs-primary: #5b5800;
    --bs-primary-hover: #454200;
    --bs-primary-active: #3b3700;
    --bs-primary-disabled: #79795c;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 91, 88, 0;
    --primary-light: #7d7b30;
    --primary-dark: #403d00;
    --primary-bg: #c8c8bb;
    --bs-secondary: #3c6b50;
    --bs-accent: #8863a8;
    --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: #41842e;
    --bs-warning: #ae5700;
    --bs-danger: #a74457;
    --bs-info: #12aebb;
    --bs-body-bg: #dfdfd3;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #5f8f72;
    --secondary-dark: #1f4f35;
    --secondary-bg: #cdd6d0;
    --accent-light: #a681c9;
    --accent-dark: #6a4689;
    --accent-bg: #e7dfe7;
    --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: "Nunito Sans", Arial, sans-serif;
    --bs-monospace-font-family: "JetBrains Mono", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
