:root {
    --bs-primary: #0e8f64;
    --bs-primary-hover: #00774e;
    --bs-primary-active: #006b43;
    --bs-primary-disabled: #7fa994;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 14, 143, 100;
    --primary-light: #46b588;
    --primary-dark: #007148;
    --primary-bg: #ddece5;
    --bs-secondary: #4394cc;
    --bs-accent: #c16863;
    --bs-light: #f6fbf7;
    --bs-dark: #17241c;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 23, 36, 28;
    --bs-light-rgb: 246, 251, 247;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #717d00;
    --bs-warning: #a83b00;
    --bs-danger: #e96e87;
    --bs-info: #0d9fa4;
    --bs-body-bg: #e5eeeb;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #69baf4;
    --secondary-dark: #1e76ac;
    --secondary-bg: #e6f2f2;
    --accent-light: #e38780;
    --accent-dark: #a04b46;
    --accent-bg: #e9e2e0;
    --gray-50: #f6faf5;
    --gray-100: #dfe4de;
    --gray-200: #c8cec8;
    --gray-300: #b2b9b2;
    --gray-400: #9ca49c;
    --gray-500: #878f87;
    --gray-600: #727c73;
    --gray-700: #5e685f;
    --gray-800: #4a554c;
    --gray-900: #384339;
    --gray-950: #263228;
    --bs-body-font-family: "Rubik", Arial, sans-serif;
    --bs-monospace-font-family: "IBM Plex Mono", monospace;
    --bs-headings-font-family: "DM Serif Display", serif;
}
