:root {
    --bs-primary: #73961e;
    --bs-primary-hover: #5c7e00;
    --bs-primary-active: #517200;
    --bs-primary-disabled: #a2b487;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 115, 150, 30;
    --primary-light: #96bc4c;
    --primary-dark: #567800;
    --primary-bg: #f0f5e5;
    --bs-secondary: #00b0bb;
    --bs-accent: #ed6ead;
    --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: #247e36;
    --bs-warning: #d46e23;
    --bs-danger: #d13660;
    --bs-info: #00969c;
    --bs-body-bg: #f1f4e8;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #4dd7e2;
    --secondary-dark: #00919b;
    --secondary-bg: #ddeeed;
    --accent-light: #ff8ecd;
    --accent-dark: #ca4e8e;
    --accent-bg: #e6dde6;
    --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: "Inter", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "DM Serif Display", serif;
}
