:root {
    --bs-primary: #7b5600;
    --bs-primary-hover: #633f00;
    --bs-primary-active: #583500;
    --bs-primary-disabled: #8f7e62;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 123, 86, 0;
    --primary-light: #a07933;
    --primary-dark: #5e3a00;
    --primary-bg: #d7d0c4;
    --bs-secondary: #6e7646;
    --bs-accent: #6570be;
    --bs-light: #f6fbf7;
    --bs-dark: #17241c;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 23, 36, 28;
    --bs-light-rgb: 246, 251, 247;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #008624;
    --bs-warning: #d16700;
    --bs-danger: #ca525e;
    --bs-info: #0ebac6;
    --bs-body-bg: #eeebe0;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #929b68;
    --secondary-dark: #525a2a;
    --secondary-bg: #e6e8df;
    --accent-light: #828edf;
    --accent-dark: #4a529d;
    --accent-bg: #dee1e6;
    --gray-50: #f6faf5;
    --gray-100: #dfe4de;
    --gray-200: #c8cec8;
    --gray-300: #b2b9b2;
    --gray-400: #9ca49c;
    --gray-500: #878f87;
    --gray-600: #727c73;
    --gray-700: #5e685f;
    --gray-800: #4a554c;
    --gray-900: #384339;
    --gray-950: #263228;
    --bs-body-font-family: "Plus Jakarta Sans", Arial, sans-serif;
    --bs-monospace-font-family: "JetBrains Mono", monospace;
    --bs-headings-font-family: "Cormorant Garamond", serif;
}
