:root {
    --bs-primary: #00ae5d;
    --bs-primary-hover: #009546;
    --bs-primary-active: #00883a;
    --bs-primary-disabled: #92c6a0;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 0, 174, 93;
    --primary-light: #4ad582;
    --primary-dark: #008f40;
    --primary-bg: #daebe0;
    --bs-secondary: #00ac98;
    --bs-accent: #ce72c9;
    --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: #9eaf25;
    --bs-warning: #b65500;
    --bs-danger: #d14353;
    --bs-info: #00afb3;
    --bs-body-bg: #dde9e2;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #4bd3bd;
    --secondary-dark: #008d7a;
    --secondary-bg: #deeeee;
    --accent-light: #f091ea;
    --accent-dark: #ad53a9;
    --accent-bg: #ebe3eb;
    --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: "Fira Code", monospace;
    --bs-headings-font-family: "Cormorant Garamond", serif;
}
