:root {
    --bs-primary: #378d6a;
    --bs-primary-hover: #177553;
    --bs-primary-active: #006948;
    --bs-primary-disabled: #86a897;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 55, 141, 106;
    --primary-light: #5eb28d;
    --primary-dark: #0c6f4e;
    --primary-bg: #e2efe9;
    --bs-secondary: #389cad;
    --bs-accent: #c16e9a;
    --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: #8f7d1a;
    --bs-warning: #dd8435;
    --bs-danger: #c23048;
    --bs-info: #009fb1;
    --bs-body-bg: #e8f2ef;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #62c2d3;
    --secondary-dark: #027d8e;
    --secondary-bg: #e5f1f1;
    --accent-light: #e38db9;
    --accent-dark: #a1517c;
    --accent-bg: #eee8ee;
    --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;
}
