:root {
    --bs-primary: #d30600;
    --bs-primary-hover: #b60000;
    --bs-primary-active: #a70000;
    --bs-primary-disabled: #ca7c70;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 211, 6, 0;
    --primary-light: #ff4837;
    --primary-dark: #af0000;
    --primary-bg: #cbbab5;
    --bs-secondary: #378900;
    --bs-accent: #3258f9;
    --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: #797900;
    --bs-warning: #af4921;
    --bs-danger: #c8314b;
    --bs-info: #008f91;
    --bs-body-bg: #d2c9c6;
    --bs-body-color: #241914;
    --bs-secondary-color: #66544b;
    --bs-border-color: #eadfd8;
    --secondary-light: #5cae3a;
    --secondary-dark: #126a00;
    --secondary-bg: #ddebd8;
    --accent-light: #4b7aff;
    --accent-dark: #1d32d6;
    --accent-bg: #c2ccd4;
    --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: "Source Code Pro", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
