:root {
    --bs-primary: #f88c42;
    --bs-primary-hover: #dc7222;
    --bs-primary-active: #cf660b;
    --bs-primary-disabled: #e0bea0;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 248, 140, 66;
    --primary-light: #ffb26a;
    --primary-dark: #d66c18;
    --primary-bg: #e8e2d6;
    --bs-secondary: #6cd47b;
    --bs-accent: #00cacf;
    --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: #619e56;
    --bs-warning: #c37347;
    --bs-danger: #e07593;
    --bs-info: #0ca7c9;
    --bs-success-rgb: 97, 158, 86;
    --bs-warning-rgb: 195, 115, 71;
    --bs-danger-rgb: 224, 117, 147;
    --bs-info-rgb: 12, 167, 201;
    --bs-body-bg: #e6e2d9;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #94fca1;
    --secondary-dark: #4ab35c;
    --secondary-bg: #e0ede2;
    --accent-light: #4bebf0;
    --accent-dark: #00a9af;
    --accent-bg: #d9ecec;
    --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: "Montserrat", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Merriweather", serif;
}
