:root {
    --bs-primary: #a22597;
    --bs-primary-hover: #88007f;
    --bs-primary-active: #7b0072;
    --bs-primary-disabled: #a974a1;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 162, 37, 151;
    --primary-light: #ca4fbe;
    --primary-dark: #810078;
    --primary-bg: #d4c4d4;
    --bs-secondary: #ab2100;
    --bs-accent: #009f62;
    --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: #4b8900;
    --bs-warning: #bd6400;
    --bs-danger: #bb4052;
    --bs-info: #007db1;
    --bs-body-bg: #d6c9d6;
    --bs-body-color: #241914;
    --bs-secondary-color: #66544b;
    --bs-border-color: #eadfd8;
    --secondary-light: #d54c31;
    --secondary-dark: #880000;
    --secondary-bg: #cab8b3;
    --accent-light: #3fbe80;
    --accent-dark: #008045;
    --accent-bg: #dbebe3;
    --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: "Inter", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
