:root {
    --bs-primary: #707400;
    --bs-primary-hover: #5a5d00;
    --bs-primary-active: #4f5100;
    --bs-primary-disabled: #92956f;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 112, 116, 0;
    --primary-light: #939838;
    --primary-dark: #545700;
    --primary-bg: #e4e6d6;
    --bs-secondary: #528858;
    --bs-accent: #6672c4;
    --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: #11951e;
    --bs-warning: #cc5300;
    --bs-danger: #e0788e;
    --bs-info: #007389;
    --bs-body-bg: #f6f8ea;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #76ad7b;
    --secondary-dark: #356a3c;
    --secondary-bg: #e8f1e8;
    --accent-light: #8290e5;
    --accent-dark: #4b54a3;
    --accent-bg: #e0e3e8;
    --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: "DM Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "DM Serif Display", serif;
}
