:root {
    --bs-primary: #b84541;
    --bs-primary-hover: #9d2b2a;
    --bs-primary-active: #8f1c1f;
    --bs-primary-disabled: #ba847f;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 184, 69, 65;
    --primary-light: #e16a63;
    --primary-dark: #962425;
    --primary-bg: #d9cdcb;
    --bs-secondary: #806500;
    --bs-accent: #3969b8;
    --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: #87922a;
    --bs-warning: #b05834;
    --bs-danger: #be4b6d;
    --bs-info: #00b5cc;
    --bs-success-rgb: 135, 146, 42;
    --bs-warning-rgb: 176, 88, 52;
    --bs-danger-rgb: 190, 75, 109;
    --bs-info-rgb: 0, 181, 204;
    --bs-body-bg: #ded8d7;
    --bs-body-color: #241914;
    --bs-secondary-color: #66544b;
    --bs-border-color: #eadfd8;
    --secondary-light: #a48936;
    --secondary-dark: #634800;
    --secondary-bg: #e2ddd0;
    --accent-light: #5688d9;
    --accent-dark: #1d4c98;
    --accent-bg: #ccd5db;
    --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: "DM Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
