:root {
    --bs-primary: #c1569e;
    --bs-primary-hover: #a73d85;
    --bs-primary-active: #993079;
    --bs-primary-disabled: #c896b4;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 193, 86, 158;
    --primary-light: #ea7bc3;
    --primary-dark: #a0377f;
    --primary-bg: #e7dee7;
    --bs-secondary: #d3501e;
    --bs-accent: #00a9b4;
    --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: #8e9a00;
    --bs-warning: #bb7450;
    --bs-danger: #ff6593;
    --bs-info: #00949c;
    --bs-body-bg: #e0d1e0;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #fd7749;
    --secondary-dark: #b02e00;
    --secondary-bg: #dfd6cd;
    --accent-light: #43c9d5;
    --accent-dark: #008a95;
    --accent-bg: #deeeee;
    --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: "Work Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
