:root {
    --bs-primary: #006b9a;
    --bs-primary-hover: #005381;
    --bs-primary-active: #004875;
    --bs-primary-disabled: #6a8ba1;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 0, 107, 154;
    --primary-light: #398fc0;
    --primary-dark: #004e7b;
    --primary-bg: #c9d7dc;
    --bs-secondary: #714c82;
    --bs-accent: #b26445;
    --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: #71b664;
    --bs-warning: #9d4b1f;
    --bs-danger: #b44553;
    --bs-info: #39a8c6;
    --bs-success-rgb: 113, 182, 100;
    --bs-warning-rgb: 157, 75, 31;
    --bs-danger-rgb: 180, 69, 83;
    --bs-info-rgb: 57, 168, 198;
    --bs-body-bg: #cedee2;
    --bs-body-color: #0f172a;
    --bs-secondary-color: #475569;
    --bs-border-color: #dbe4ef;
    --secondary-light: #956ea7;
    --secondary-dark: #553164;
    --secondary-bg: #d5ced9;
    --accent-light: #d48263;
    --accent-dark: #924728;
    --accent-bg: #e4ddd7;
    --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: "Nunito Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
