:root {
    --bs-primary: #196900;
    --bs-primary-hover: #005200;
    --bs-primary-active: #004700;
    --bs-primary-disabled: #64835e;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 25, 105, 0;
    --primary-light: #418e32;
    --primary-dark: #004d00;
    --primary-bg: #c1cebe;
    --bs-secondary: #00777c;
    --bs-accent: #7845aa;
    --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: #7f8615;
    --bs-warning: #bc6e40;
    --bs-danger: #be3a53;
    --bs-info: #00a6b9;
    --bs-body-bg: #dce6da;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #3d9ca0;
    --secondary-dark: #005a5f;
    --secondary-bg: #d2e1e1;
    --accent-light: #9563ca;
    --accent-dark: #5b268a;
    --accent-bg: #d1c8d5;
    --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: "Work Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
