:root {
    --bs-primary: #60be5b;
    --bs-primary-hover: #45a442;
    --bs-primary-active: #389835;
    --bs-primary-disabled: #afd8ac;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 96, 190, 91;
    --primary-light: #86e681;
    --primary-dark: #3f9e3c;
    --primary-bg: #e2eee1;
    --bs-secondary: #00b7c4;
    --bs-accent: #d682df;
    --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: #b19a00;
    --bs-warning: #b74302;
    --bs-danger: #c16b86;
    --bs-info: #00a9a2;
    --bs-body-bg: #e5ede4;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #4fdeeb;
    --secondary-dark: #0097a4;
    --secondary-bg: #dceded;
    --accent-light: #f8a1ff;
    --accent-dark: #b563be;
    --accent-bg: #ece5ec;
    --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: "DM Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
