:root {
    --bs-primary: #345aa1;
    --bs-primary-hover: #1e4388;
    --bs-primary-active: #14377b;
    --bs-primary-disabled: #6d80a1;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 52, 90, 161;
    --primary-light: #557ec8;
    --primary-dark: #193d82;
    --primary-bg: #c4ccd5;
    --bs-secondary: #7e5587;
    --bs-accent: #b24e35;
    --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: #3e882d;
    --bs-warning: #e67846;
    --bs-danger: #ba5f74;
    --bs-info: #007f86;
    --bs-body-bg: #cdd6de;
    --bs-body-color: #0f172a;
    --bs-secondary-color: #475569;
    --bs-border-color: #dbe4ef;
    --secondary-light: #a378ac;
    --secondary-dark: #613969;
    --secondary-bg: #e1d8e2;
    --accent-light: #d46d52;
    --accent-dark: #902f16;
    --accent-bg: #d9cdc8;
    --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: "Rubik", Arial, sans-serif;
    --bs-monospace-font-family: "IBM Plex Mono", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
