:root {
    --bs-primary: #c981b4;
    --bs-primary-hover: #af699b;
    --bs-primary-active: #a25d8f;
    --bs-primary-disabled: #d9b6cd;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 201, 129, 180;
    --primary-light: #f2a6db;
    --primary-dark: #a96395;
    --primary-bg: #f0ebf0;
    --bs-secondary: #d98c6b;
    --bs-accent: #4bc4c4;
    --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: #5f762c;
    --bs-warning: #eb814f;
    --bs-danger: #dd6281;
    --bs-info: #00bed1;
    --bs-body-bg: #f0ebf0;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #ffb290;
    --secondary-dark: #b86e4e;
    --secondary-bg: #efebe5;
    --accent-light: #70e5e5;
    --accent-dark: #1ea4a5;
    --accent-bg: #e0efef;
    --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: "Inter", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
