:root {
    --bs-primary: #963d8e;
    --bs-primary-hover: #7d2476;
    --bs-primary-active: #70166a;
    --bs-primary-disabled: #a27a9d;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 150, 61, 142;
    --primary-light: #bd62b4;
    --primary-dark: #761d70;
    --primary-bg: #dbcdda;
    --bs-secondary: #785902;
    --bs-accent: #22995c;
    --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: #b79300;
    --bs-warning: #df6400;
    --bs-danger: #e56371;
    --bs-info: #0099a4;
    --bs-success-rgb: 183, 147, 0;
    --bs-warning-rgb: 223, 100, 0;
    --bs-danger-rgb: 229, 99, 113;
    --bs-info-rgb: 0, 153, 164;
    --bs-body-bg: #e6dce6;
    --bs-body-color: #241914;
    --bs-secondary-color: #66544b;
    --bs-border-color: #eadfd8;
    --secondary-light: #9c7c34;
    --secondary-dark: #5b3d00;
    --secondary-bg: #d7d1c5;
    --accent-light: #4ab87a;
    --accent-dark: #007a40;
    --accent-bg: #ddece2;
    --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: "Montserrat", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
