:root {
    --bs-primary: #e95400;
    --bs-primary-hover: #cc3800;
    --bs-primary-active: #be2800;
    --bs-primary-disabled: #d2987f;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 233, 84, 0;
    --primary-light: #ff7c3f;
    --primary-dark: #c53000;
    --primary-bg: #ded5cb;
    --bs-secondary: #169943;
    --bs-accent: #009dd6;
    --bs-light: #fff8f3;
    --bs-dark: #2b211d;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 43, 33, 29;
    --bs-light-rgb: 255, 248, 243;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #88a300;
    --bs-warning: #b27445;
    --bs-danger: #e47685;
    --bs-info: #008996;
    --bs-success-rgb: 136, 163, 0;
    --bs-warning-rgb: 178, 116, 69;
    --bs-danger-rgb: 228, 118, 133;
    --bs-info-rgb: 0, 137, 150;
    --bs-body-bg: #ddd6ce;
    --bs-body-color: #241914;
    --bs-secondary-color: #66544b;
    --bs-border-color: #eadfd8;
    --secondary-light: #4bc067;
    --secondary-dark: #007b24;
    --secondary-bg: #dcebde;
    --accent-light: #40bdf8;
    --accent-dark: #007eb5;
    --accent-bg: #deeeee;
    --gray-50: #fbf7f3;
    --gray-100: #e5e0dc;
    --gray-200: #cfcac5;
    --gray-300: #bab4af;
    --gray-400: #a69e99;
    --gray-500: #918984;
    --gray-600: #7d7570;
    --gray-700: #6a615c;
    --gray-800: #574e49;
    --gray-900: #453b36;
    --gray-950: #342a25;
    --bs-body-font-family: "Manrope", Arial, sans-serif;
    --bs-monospace-font-family: "JetBrains Mono", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
