:root {
    --bs-primary: #f82b4e;
    --bs-primary-hover: #da0037;
    --bs-primary-active: #cb002b;
    --bs-primary-disabled: #ce878a;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 248, 43, 78;
    --primary-light: #ff5d72;
    --primary-dark: #d30031;
    --primary-bg: #d5c7c9;
    --bs-secondary: #b69500;
    --bs-accent: #0097ff;
    --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: #4b9d37;
    --bs-warning: #b36f44;
    --bs-danger: #d94068;
    --bs-info: #007e95;
    --bs-body-bg: #d5c8c9;
    --bs-body-color: #241914;
    --bs-secondary-color: #66544b;
    --bs-border-color: #eadfd8;
    --secondary-light: #dcbb44;
    --secondary-dark: #977600;
    --secondary-bg: #f7f8e5;
    --accent-light: #3eb7ff;
    --accent-dark: #0077dc;
    --accent-bg: #ddeeed;
    --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: "IBM Plex Mono", monospace;
    --bs-headings-font-family: "Merriweather", serif;
}
