:root,
[data-bs-theme=light] {
  --bs-blue: #eb6864;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #f57a00;
  --bs-orange: #fd7e14;
  --bs-yellow: #f5e625;
  --bs-green: #22b24c;
  --bs-teal: #20c997;
  --bs-cyan: #369;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #777;
  --bs-gray-dark: #333;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #eee;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #aaa;
  --bs-gray-600: #777;
  --bs-gray-700: #495057;
  --bs-gray-800: #333;
  --bs-gray-900: #222;
  --bs-primary: #eb6864;
  --bs-secondary: #aaa;
  --bs-success: #22b24c;
  --bs-info: #369;
  --bs-warning: #f5e625;
  --bs-danger: #f57a00;
  --bs-light: #f8f9fa;
  --bs-dark: #222;
  --bs-primary-rgb: 235, 104, 100;
  --bs-secondary-rgb: 170, 170, 170;
  --bs-success-rgb: 34, 178, 76;
  --bs-info-rgb: 51, 102, 153;
  --bs-warning-rgb: 245, 230, 37;
  --bs-danger-rgb: 245, 122, 0;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 34, 34, 34;
  --bs-primary-text-emphasis: rgb(94, 41.6, 40);
  --bs-secondary-text-emphasis: #444444;
  --bs-success-text-emphasis: rgb(13.6, 71.2, 30.4);
  --bs-info-text-emphasis: rgb(20.4, 40.8, 61.2);
  --bs-warning-text-emphasis: rgb(98, 92, 14.8);
  --bs-danger-text-emphasis: rgb(98, 48.8, 0);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(251, 224.8, 224);
  --bs-secondary-bg-subtle: #eeeeee;
  --bs-success-bg-subtle: rgb(210.8, 239.6, 219.2);
  --bs-info-bg-subtle: rgb(214.2, 224.4, 234.6);
  --bs-warning-bg-subtle: rgb(253, 250, 211.4);
  --bs-danger-bg-subtle: rgb(253, 228.4, 204);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(247, 194.6, 193);
  --bs-secondary-border-subtle: #dddddd;
  --bs-success-border-subtle: rgb(166.6, 224.2, 183.4);
  --bs-info-border-subtle: rgb(173.4, 193.8, 214.2);
  --bs-warning-border-subtle: rgb(251, 245, 167.8);
  --bs-danger-border-subtle: rgb(251, 201.8, 153);
  --bs-light-border-subtle: #eee;
  --bs-dark-border-subtle: #aaa;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #222;
  --bs-body-color-rgb: 34, 34, 34;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(34, 34, 34, 0.75);
  --bs-secondary-color-rgb: 34, 34, 34;
  --bs-secondary-bg: #eee;
  --bs-secondary-bg-rgb: 238, 238, 238;
  --bs-tertiary-color: rgba(34, 34, 34, 0.5);
  --bs-tertiary-color-rgb: 34, 34, 34;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #eb6864;
  --bs-link-color-rgb: 235, 104, 100;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(188, 83.2, 80);
  --bs-link-hover-color-rgb: 188, 83, 80;
  --bs-code-color: #e83e8c;
  --bs-highlight-color: #222;
  --bs-highlight-bg: rgb(253, 250, 211.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(235, 104, 100, 0.25);
  --bs-form-valid-color: #22b24c;
  --bs-form-valid-border-color: #22b24c;
  --bs-form-invalid-color: #f57a00;
  --bs-form-invalid-border-color: #f57a00;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #222;
  --bs-body-bg-rgb: 34, 34, 34;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #333;
  --bs-secondary-bg-rgb: 51, 51, 51;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 42.5, 42.5);
  --bs-tertiary-bg-rgb: 43, 43, 43;
  --bs-primary-text-emphasis: rgb(243, 164.4, 162);
  --bs-secondary-text-emphasis: #cccccc;
  --bs-success-text-emphasis: rgb(122.4, 208.8, 147.6);
  --bs-info-text-emphasis: rgb(132.6, 163.2, 193.8);
  --bs-warning-text-emphasis: rgb(249, 240, 124.2);
  --bs-danger-text-emphasis: rgb(249, 175.2, 102);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(47, 20.8, 20);
  --bs-secondary-bg-subtle: #222222;
  --bs-success-bg-subtle: rgb(6.8, 35.6, 15.2);
  --bs-info-bg-subtle: rgb(10.2, 20.4, 30.6);
  --bs-warning-bg-subtle: rgb(49, 46, 7.4);
  --bs-danger-bg-subtle: rgb(49, 24.4, 0);
  --bs-light-bg-subtle: #333;
  --bs-dark-bg-subtle: rgb(25.5, 25.5, 25.5);
  --bs-primary-border-subtle: rgb(141, 62.4, 60);
  --bs-secondary-border-subtle: #666666;
  --bs-success-border-subtle: rgb(20.4, 106.8, 45.6);
  --bs-info-border-subtle: rgb(30.6, 61.2, 91.8);
  --bs-warning-border-subtle: rgb(147, 138, 22.2);
  --bs-danger-border-subtle: rgb(147, 73.2, 0);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #333;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(243, 164.4, 162);
  --bs-link-hover-color: rgb(245.4, 182.52, 180.6);
  --bs-link-color-rgb: 243, 164, 162;
  --bs-link-hover-color-rgb: 245, 183, 181;
  --bs-code-color: rgb(241.2, 139.2, 186);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(98, 92, 14.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(122.4, 208.8, 147.6);
  --bs-form-valid-border-color: rgb(122.4, 208.8, 147.6);
  --bs-form-invalid-color: rgb(249, 175.2, 102);
  --bs-form-invalid-border-color: rgb(249, 175.2, 102);
}

.bg-gray-300 {
  background-color: #dee2e6;
}

/*# sourceMappingURL=page.css.map*/