:root {
    --bs-primary: #7aba82;
    --bs-primary-hover: #61a16a;
    --bs-primary-active: #55945f;
    --bs-primary-disabled: #bad7bd;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 122, 186, 130;
    --primary-light: #9fe1a7;
    --primary-dark: #5b9a64;
    --primary-bg: #ebf3ec;
    --bs-secondary: #7fb9e2;
    --bs-accent: #f293b5;
    --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: #9d8b0e;
    --bs-warning: #ec864b;
    --bs-danger: #e44973;
    --bs-info: #007b8c;
    --bs-success-rgb: 157, 139, 14;
    --bs-warning-rgb: 236, 134, 75;
    --bs-danger-rgb: 228, 73, 115;
    --bs-info-rgb: 0, 123, 140;
    --bs-body-bg: #ecf3ed;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #a5e0ff;
    --secondary-dark: #619ac1;
    --secondary-bg: #edf5f5;
    --accent-light: #ffb3d5;
    --accent-dark: #d07596;
    --accent-bg: #eee7ee;
    --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: "Montserrat", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Cormorant Garamond", serif;
}
