:root {
    --bs-primary: #f58a9d;
    --bs-primary-hover: #da7185;
    --bs-primary-active: #cc6579;
    --bs-primary-disabled: #e3bfc6;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 245, 138, 157;
    --primary-light: #ffb0c2;
    --primary-dark: #d36b7f;
    --primary-bg: #eae3e7;
    --bs-secondary: #cdbc54;
    --bs-accent: #00ce9c;
    --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: #ada732;
    --bs-warning: #cf5f00;
    --bs-danger: #fd5f8e;
    --bs-info: #00a8b3;
    --bs-body-bg: #e9e4e6;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #f4e37c;
    --secondary-dark: #ad9c30;
    --secondary-bg: #f9f9e9;
    --accent-light: #4befbc;
    --accent-dark: #00ae7e;
    --accent-bg: #d8eae6;
    --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: "IBM Plex Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
