:root {
    --bs-primary: #d36190;
    --bs-primary-hover: #b84978;
    --bs-primary-active: #aa3c6c;
    --bs-primary-disabled: #d7a1b4;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 211, 97, 144;
    --primary-light: #fd87b5;
    --primary-dark: #b14372;
    --primary-bg: #e9e1e9;
    --bs-secondary: #a49600;
    --bs-accent: #43b0fd;
    --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: #338f1e;
    --bs-warning: #bb5c00;
    --bs-danger: #d76970;
    --bs-info: #00868a;
    --bs-body-bg: #e8e1e8;
    --bs-body-color: #241914;
    --bs-secondary-color: #66544b;
    --bs-border-color: #eadfd8;
    --secondary-light: #c9bc43;
    --secondary-dark: #867700;
    --secondary-bg: #f8f9e6;
    --accent-light: #66d0ff;
    --accent-dark: #1490db;
    --accent-bg: #e0efef;
    --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: "Nunito Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Merriweather", serif;
}
