:root {
    --bs-primary: #ab863e;
    --bs-primary-hover: #926e24;
    --bs-primary-active: #866214;
    --bs-primary-disabled: #c0af91;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 171, 134, 62;
    --primary-light: #d1ab64;
    --primary-dark: #8c681c;
    --primary-bg: #f7f6ea;
    --bs-secondary: #5ea99b;
    --bs-accent: #4793c7;
    --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: #6c6f00;
    --bs-warning: #ee7b42;
    --bs-danger: #c84475;
    --bs-info: #00a6b1;
    --bs-success-rgb: 108, 111, 0;
    --bs-warning-rgb: 238, 123, 66;
    --bs-danger-rgb: 200, 68, 117;
    --bs-info-rgb: 0, 166, 177;
    --bs-body-bg: #f1eee0;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #84cfc0;
    --secondary-dark: #3e8a7d;
    --secondary-bg: #eaf4f4;
    --accent-light: #67b2e8;
    --accent-dark: #2574a7;
    --accent-bg: #e7f3f3;
    --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: "Manrope", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
