:root {
    --bs-primary: #967a2e;
    --bs-primary-hover: #7e630e;
    --bs-primary-active: #725800;
    --bs-primary-disabled: #ada183;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 150, 122, 46;
    --primary-light: #bb9f54;
    --primary-dark: #785d02;
    --primary-bg: #f3f1e4;
    --bs-secondary: #008f78;
    --bs-accent: #8a76ba;
    --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: #647f24;
    --bs-warning: #cc7a47;
    --bs-danger: #f36780;
    --bs-info: #008ca4;
    --bs-body-bg: #e7e3d8;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #43b59c;
    --secondary-dark: #00715b;
    --secondary-bg: #deeeea;
    --accent-light: #a895db;
    --accent-dark: #6c599a;
    --accent-bg: #f2eef2;
    --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: "Source Code Pro", monospace;
    --bs-headings-font-family: "Cormorant Garamond", serif;
}
