:root {
    --bs-primary: #6791fa;
    --bs-primary-hover: #5178de;
    --bs-primary-active: #466bd1;
    --bs-primary-disabled: #a3b8d8;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 103, 145, 250;
    --primary-light: #8bb7ff;
    --primary-dark: #4b71d7;
    --primary-bg: #ebf3f4;
    --bs-secondary: #e07281;
    --bs-accent: #97ae00;
    --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: #938300;
    --bs-warning: #dd8e6d;
    --bs-danger: #b04b6d;
    --bs-info: #008e99;
    --bs-body-bg: #d4dee4;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #ff98a6;
    --secondary-dark: #be5464;
    --secondary-bg: #e9e2e4;
    --accent-light: #b6cf3f;
    --accent-dark: #798f00;
    --accent-bg: #f3f6e2;
    --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: "Manrope", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Fraunces", serif;
}
