:root {
    --bs-primary: #d46558;
    --bs-primary-hover: #b84d41;
    --bs-primary-active: #ab4035;
    --bs-primary-disabled: #d6a299;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 212, 101, 88;
    --primary-light: #fe8b7b;
    --primary-dark: #b2463b;
    --primary-bg: #e8e1de;
    --bs-secondary: #8da951;
    --bs-accent: #00a4c7;
    --bs-light: #fff8f3;
    --bs-dark: #2b211d;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 43, 33, 29;
    --bs-light-rgb: 255, 248, 243;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #957100;
    --bs-warning: #b85a00;
    --bs-danger: #bb5471;
    --bs-info: #1ca6b1;
    --bs-body-bg: #e7e1de;
    --bs-body-color: #241914;
    --bs-secondary-color: #66544b;
    --bs-border-color: #eadfd8;
    --secondary-light: #b1cf77;
    --secondary-dark: #6f8a31;
    --secondary-bg: #f3f7ea;
    --accent-light: #42c4e8;
    --accent-dark: #0085a7;
    --accent-bg: #deeeee;
    --gray-50: #fbf7f3;
    --gray-100: #e5e0dc;
    --gray-200: #cfcac5;
    --gray-300: #bab4af;
    --gray-400: #a69e99;
    --gray-500: #918984;
    --gray-600: #7d7570;
    --gray-700: #6a615c;
    --gray-800: #574e49;
    --gray-900: #453b36;
    --gray-950: #342a25;
    --bs-body-font-family: "IBM Plex Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
