:root {
    --bs-primary: #476abe;
    --bs-primary-hover: #3252a4;
    --bs-primary-active: #284697;
    --bs-primary-disabled: #8092b9;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 71, 106, 190;
    --primary-light: #698ee6;
    --primary-dark: #2d4c9d;
    --primary-bg: #d6dde2;
    --bs-secondary: #935ab4;
    --bs-accent: #ad5b1b;
    --bs-light: #f7fafc;
    --bs-dark: #162033;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 22, 32, 51;
    --bs-light-rgb: 247, 250, 252;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #66971e;
    --bs-warning: #d1761c;
    --bs-danger: #e14e6b;
    --bs-info: #00aab2;
    --bs-body-bg: #ebf0f1;
    --bs-body-color: #0f172a;
    --bs-secondary-color: #475569;
    --bs-border-color: #dbe4ef;
    --secondary-light: #b87fdb;
    --secondary-dark: #753d94;
    --secondary-bg: #e8e0e8;
    --accent-light: #ce793e;
    --accent-dark: #8d3e00;
    --accent-bg: #ded5cb;
    --gray-50: #f8fafc;
    --gray-100: #e1e4e8;
    --gray-200: #cacdd3;
    --gray-300: #b3b8c0;
    --gray-400: #9da3ac;
    --gray-500: #888e99;
    --gray-600: #737a87;
    --gray-700: #5e6674;
    --gray-800: #4b5463;
    --gray-900: #384152;
    --gray-950: #253041;
    --bs-body-font-family: "DM Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
