:root {
    --bs-primary: #b84240;
    --bs-primary-hover: #9d272a;
    --bs-primary-active: #8f181e;
    --bs-primary-disabled: #ba837e;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 184, 66, 64;
    --primary-light: #e26862;
    --primary-dark: #962024;
    --primary-bg: #d8cbc9;
    --bs-secondary: #3a804e;
    --bs-accent: #4c62bc;
    --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: #899200;
    --bs-warning: #cb4600;
    --bs-danger: #f0627e;
    --bs-info: #22b5d0;
    --bs-success-rgb: 137, 146, 0;
    --bs-warning-rgb: 203, 70, 0;
    --bs-danger-rgb: 240, 98, 126;
    --bs-info-rgb: 34, 181, 208;
    --bs-body-bg: #ddd5d3;
    --bs-body-color: #241914;
    --bs-secondary-color: #66544b;
    --bs-border-color: #eadfd8;
    --secondary-light: #5fa571;
    --secondary-dark: #196333;
    --secondary-bg: #dde9df;
    --accent-light: #6781dd;
    --accent-dark: #32459b;
    --accent-bg: #ccd2da;
    --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: "Manrope", Arial, sans-serif;
    --bs-monospace-font-family: "JetBrains Mono", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
