:root {
    --bs-primary: #377500;
    --bs-primary-hover: #1f5d00;
    --bs-primary-active: #115200;
    --bs-primary-disabled: #749068;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 55, 117, 0;
    --primary-light: #5a9a36;
    --primary-dark: #185800;
    --primary-bg: #d0dccb;
    --bs-secondary: #00827c;
    --bs-accent: #bb5671;
    --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: #88943e;
    --bs-warning: #f77f02;
    --bs-danger: #ae525a;
    --bs-info: #009baa;
    --bs-body-bg: #e1e8de;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #40a7a0;
    --secondary-dark: #00645f;
    --secondary-bg: #dbeae9;
    --accent-light: #de748f;
    --accent-dark: #9a3855;
    --accent-bg: #e1d6db;
    --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: "Cormorant Garamond", serif;
}
