:root {
    --bs-primary: #d68800;
    --bs-primary-hover: #bb6f00;
    --bs-primary-active: #ae6300;
    --bs-primary-disabled: #deba92;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 214, 136, 0;
    --primary-light: #ffae44;
    --primary-dark: #b56900;
    --primary-bg: #eeebda;
    --bs-secondary: #4bc060;
    --bs-accent: #00b8ff;
    --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: #8f9424;
    --bs-warning: #a15e24;
    --bs-danger: #c85069;
    --bs-info: #00a8be;
    --bs-body-bg: #eeebdb;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #75e786;
    --secondary-dark: #22a041;
    --secondary-bg: #deece0;
    --accent-light: #47d9ff;
    --accent-dark: #0098dd;
    --accent-bg: #daecec;
    --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: "Manrope", Arial, sans-serif;
    --bs-monospace-font-family: "JetBrains Mono", monospace;
    --bs-headings-font-family: "DM Serif Display", serif;
}
