:root {
    --bs-primary: #4d609e;
    --bs-primary-hover: #384985;
    --bs-primary-active: #2e3e79;
    --bs-primary-disabled: #7c86a3;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 77, 96, 158;
    --primary-light: #6f83c5;
    --primary-dark: #33437f;
    --primary-bg: #d0d5dc;
    --bs-secondary: #8b5b7b;
    --bs-accent: #985f00;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 33, 37, 41;
    --bs-light-rgb: 248, 249, 250;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #ad8f25;
    --bs-warning: #e16d24;
    --bs-danger: #da7091;
    --bs-info: #008096;
    --bs-body-bg: #dce0e6;
    --bs-body-color: #0f172a;
    --bs-secondary-color: #475569;
    --bs-border-color: #e2e8f0;
    --secondary-light: #b17ea0;
    --secondary-dark: #6d3f5e;
    --secondary-bg: #e6dde4;
    --accent-light: #b87d30;
    --accent-dark: #794200;
    --accent-bg: #dfd6ca;
    --gray-50: #f9f9f9;
    --gray-100: #e2e2e2;
    --gray-200: #cccccc;
    --gray-300: #b6b6b6;
    --gray-400: #a0a0a0;
    --gray-500: #8b8b8b;
    --gray-600: #777777;
    --gray-700: #636363;
    --gray-800: #505050;
    --gray-900: #3e3e3e;
    --gray-950: #2c2c2c;
    --bs-body-font-family: "Inter", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "DM Serif Display", serif;
}
