:root {
    --bs-primary: #bd6761;
    --bs-primary-hover: #a34f4a;
    --bs-primary-active: #964440;
    --bs-primary-disabled: #c69c98;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 189, 103, 97;
    --primary-light: #e68c84;
    --primary-dark: #9c4a45;
    --primary-bg: #ebe6e4;
    --bs-secondary: #929759;
    --bs-accent: #0090ad;
    --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: #9a7500;
    --bs-warning: #d36e3f;
    --bs-danger: #bc6576;
    --bs-info: #009698;
    --bs-success-rgb: 154, 117, 0;
    --bs-warning-rgb: 211, 110, 63;
    --bs-danger-rgb: 188, 101, 118;
    --bs-info-rgb: 0, 150, 152;
    --bs-body-bg: #ebe8e7;
    --bs-body-color: #241914;
    --bs-secondary-color: #66544b;
    --bs-border-color: #eadfd8;
    --secondary-light: #b7bd7d;
    --secondary-dark: #74793c;
    --secondary-bg: #fbfbf1;
    --accent-light: #3cb0cd;
    --accent-dark: #00728e;
    --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: "Work Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
