:root {
    --bs-primary: #b8697c;
    --bs-primary-hover: #9e5265;
    --bs-primary-active: #914659;
    --bs-primary-disabled: #c49ea5;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 184, 105, 124;
    --primary-light: #e08ea0;
    --primary-dark: #974c5f;
    --primary-bg: #efe9ec;
    --bs-secondary: #c18f88;
    --bs-accent: #00a2be;
    --bs-light: #fafafa;
    --bs-dark: #1f1f1f;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 31, 31, 31;
    --bs-light-rgb: 250, 250, 250;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #889c41;
    --bs-warning: #be5e00;
    --bs-danger: #e07787;
    --bs-info: #00b8ba;
    --bs-body-bg: #eeebed;
    --bs-body-color: #171717;
    --bs-secondary-color: #525252;
    --bs-border-color: #e5e5e5;
    --secondary-light: #e9b4ad;
    --secondary-dark: #a1716b;
    --secondary-bg: #f5f3f1;
    --accent-light: #41c2df;
    --accent-dark: #00839f;
    --accent-bg: #deeeee;
    --gray-50: #fafafa;
    --gray-100: #e3e3e3;
    --gray-200: #cccccc;
    --gray-300: #b5b5b5;
    --gray-400: #9f9f9f;
    --gray-500: #8a8a8a;
    --gray-600: #757575;
    --gray-700: #616161;
    --gray-800: #4d4d4d;
    --gray-900: #3b3b3b;
    --gray-950: #292929;
    --bs-body-font-family: "Rubik", Arial, sans-serif;
    --bs-monospace-font-family: "IBM Plex Mono", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
