:root {
    --bs-primary: #c72b41;
    --bs-primary-hover: #aa002a;
    --bs-primary-active: #9c001f;
    --bs-primary-disabled: #c37f7f;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 199, 43, 65;
    --primary-light: #f25763;
    --primary-dark: #a30025;
    --primary-bg: #d2c2c3;
    --bs-secondary: #6a6d00;
    --bs-accent: #009fd6;
    --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: #80a83f;
    --bs-warning: #a73f00;
    --bs-danger: #e95266;
    --bs-info: #0098a1;
    --bs-body-bg: #ccbebe;
    --bs-body-color: #241914;
    --bs-secondary-color: #66544b;
    --bs-border-color: #eadfd8;
    --secondary-light: #8d9136;
    --secondary-dark: #4f5000;
    --secondary-bg: #dcdecf;
    --accent-light: #40bff7;
    --accent-dark: #007fb5;
    --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: "Inter", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
