:root {
    --bs-primary: #b86eab;
    --bs-primary-hover: #9e5792;
    --bs-primary-active: #924b86;
    --bs-primary-disabled: #c7a4c0;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 184, 110, 171;
    --primary-light: #e093d1;
    --primary-dark: #98518c;
    --primary-bg: #efeaef;
    --bs-secondary: #a1834c;
    --bs-accent: #37b4b3;
    --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: #8c6600;
    --bs-warning: #d88550;
    --bs-danger: #cf5870;
    --bs-info: #00a8d2;
    --bs-success-rgb: 140, 102, 0;
    --bs-warning-rgb: 216, 133, 80;
    --bs-danger-rgb: 207, 88, 112;
    --bs-info-rgb: 0, 168, 210;
    --bs-body-bg: #eeeaee;
    --bs-body-color: #241914;
    --bs-secondary-color: #66544b;
    --bs-border-color: #eadfd8;
    --secondary-light: #c7a870;
    --secondary-dark: #83662e;
    --secondary-bg: #f8f8ee;
    --accent-light: #5dd4d3;
    --accent-dark: #009494;
    --accent-bg: #e0efef;
    --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: "Inter", Arial, sans-serif;
    --bs-monospace-font-family: "JetBrains Mono", monospace;
    --bs-headings-font-family: "Cormorant Garamond", serif;
}
