:root {
    --bs-primary: #991400;
    --bs-primary-hover: #7e0000;
    --bs-primary-active: #700000;
    --bs-primary-disabled: #9b6358;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 153, 20, 0;
    --primary-light: #c2422e;
    --primary-dark: #770000;
    --primary-bg: #c5b1ad;
    --bs-secondary: #b05e3c;
    --bs-accent: #00787b;
    --bs-light: #fafafa;
    --bs-dark: #1f1f1f;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 31, 31, 31;
    --bs-light-rgb: 250, 250, 250;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #547700;
    --bs-warning: #bd6f48;
    --bs-danger: #df8292;
    --bs-info: #129ca5;
    --bs-body-bg: #c3b6b2;
    --bs-body-color: #171717;
    --bs-secondary-color: #525252;
    --bs-border-color: #e5e5e5;
    --secondary-light: #d88260;
    --secondary-dark: #90411e;
    --secondary-bg: #e4dcd6;
    --accent-light: #369699;
    --accent-dark: #005b5e;
    --accent-bg: #ccdbdb;
    --gray-50: #fafafa;
    --gray-100: #e3e3e3;
    --gray-200: #cccccc;
    --gray-300: #b5b5b5;
    --gray-400: #9f9f9f;
    --gray-500: #8a8a8a;
    --gray-600: #757575;
    --gray-700: #616161;
    --gray-800: #4d4d4d;
    --gray-900: #3b3b3b;
    --gray-950: #292929;
    --bs-body-font-family: "Work Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
