:root {
    --bs-primary: #d14e4c;
    --bs-primary-hover: #b53335;
    --bs-primary-active: #a7242a;
    --bs-primary-disabled: #cf928d;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 209, 78, 76;
    --primary-light: #fb746f;
    --primary-dark: #ae2c30;
    --primary-bg: #dfd5d3;
    --bs-secondary: #9b8900;
    --bs-accent: #0096dc;
    --bs-light: #fbfcff;
    --bs-dark: #1d2433;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 29, 36, 51;
    --bs-light-rgb: 251, 252, 255;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #a18200;
    --bs-warning: #d75f29;
    --bs-danger: #de4880;
    --bs-info: #0088a2;
    --bs-success-rgb: 161, 130, 0;
    --bs-warning-rgb: 215, 95, 41;
    --bs-danger-rgb: 222, 72, 128;
    --bs-info-rgb: 0, 136, 162;
    --bs-body-bg: #d1c0be;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #c0af40;
    --secondary-dark: #7d6b00;
    --secondary-bg: #f9f9e8;
    --accent-light: #3eb6fe;
    --accent-dark: #0077bb;
    --accent-bg: #deefee;
    --gray-50: #fbfcff;
    --gray-100: #e4e5ea;
    --gray-200: #cdcfd6;
    --gray-300: #b7bac2;
    --gray-400: #a1a4ae;
    --gray-500: #8c909b;
    --gray-600: #777b88;
    --gray-700: #636876;
    --gray-800: #4f5564;
    --gray-900: #3c4253;
    --gray-950: #2a3142;
    --bs-body-font-family: "Nunito Sans", Arial, sans-serif;
    --bs-monospace-font-family: "IBM Plex Mono", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
