:root {
    --bs-primary: #9b4780;
    --bs-primary-hover: #812f68;
    --bs-primary-active: #75235d;
    --bs-primary-disabled: #a77f98;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 155, 71, 128;
    --primary-light: #c26ba4;
    --primary-dark: #7b2963;
    --primary-bg: #ded1dc;
    --bs-secondary: #9f541f;
    --bs-accent: #139967;
    --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: #608721;
    --bs-warning: #d77b1e;
    --bs-danger: #c8788c;
    --bs-info: #00b6df;
    --bs-success-rgb: 96, 135, 33;
    --bs-warning-rgb: 215, 123, 30;
    --bs-danger-rgb: 200, 120, 140;
    --bs-info-rgb: 0, 182, 223;
    --bs-body-bg: #ddd2dc;
    --bs-body-color: #241914;
    --bs-secondary-color: #66544b;
    --bs-border-color: #eadfd8;
    --secondary-light: #c67846;
    --secondary-dark: #7f3700;
    --secondary-bg: #ddd4cb;
    --accent-light: #43b985;
    --accent-dark: #007b4b;
    --accent-bg: #dcece4;
    --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: "Cormorant Garamond", serif;
}
