:root {
    --bs-primary: #008f3e;
    --bs-primary-hover: #007726;
    --bs-primary-active: #006b19;
    --bs-primary-disabled: #7ca883;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 0, 143, 62;
    --primary-light: #42b562;
    --primary-dark: #007120;
    --primary-bg: #d9e9dc;
    --bs-secondary: #3298ce;
    --bs-accent: #a15eb2;
    --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: #4e9242;
    --bs-warning: #ce815c;
    --bs-danger: #d7869c;
    --bs-info: #009694;
    --bs-body-bg: #deede2;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #5dbef6;
    --secondary-dark: #0079ad;
    --secondary-bg: #e3f1f0;
    --accent-light: #c17dd3;
    --accent-dark: #824192;
    --accent-bg: #e7dee7;
    --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: "Manrope", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
