:root,
[data-bs-theme=light] {
  --bs-blue: #fcc300;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e64181;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ff9f43;
  --bs-green: #00A656;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #121212;
  --bs-white: #fff;
  --bs-gray: #52525b;
  --bs-gray-dark: #27272a;
  --bs-gray-100: #f4f4f5;
  --bs-gray-200: #e4e4e7;
  --bs-gray-300: #d4d4d8;
  --bs-gray-400: #a1a1aa;
  --bs-gray-500: #71717a;
  --bs-gray-600: #52525b;
  --bs-gray-700: #3f3f46;
  --bs-gray-800: #27272a;
  --bs-gray-900: #18181b;
  --bs-primary: #fcc300;
  --bs-secondary: #71717a;
  --bs-success: #00A656;
  --bs-info: #0dcaf0;
  --bs-warning: #ff9f43;
  --bs-danger: #e64181;
  --bs-light: #f4f4f5;
  --bs-dark: #18181b;
  --bs-white: #fff;
  --bs-primary-rgb: 252,195,0;
  --bs-secondary-rgb: 113, 113, 122;
  --bs-success-rgb: 0, 166, 86;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 159, 67;
  --bs-danger-rgb: 230, 65, 129;
  --bs-light-rgb: 244, 244, 245;
  --bs-dark-rgb: 24, 24, 27;
  --bs-white-rgb: 255, 255, 255;
  --bs-primary-text: #fcc300;
  --bs-secondary-text: #52525b;
  --bs-success-text: #008545;
  --bs-info-text: #087990;
  --bs-warning-text: #995f28;
  --bs-danger-text: #b83467;
  --bs-light-text: #52525b;
  --bs-dark-text: #3f3f46;
  --bs-primary-bg-subtle: #fcc10086;
  --bs-secondary-bg-subtle: #f4f4f5;
  --bs-success-bg-subtle: #cceddd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #ffecd9;
  --bs-danger-bg-subtle: #fad9e6;
  --bs-light-bg-subtle: #fafafa;
  --bs-dark-bg-subtle: #a1a1aa;
  --bs-primary-border-subtle: #fcc10086;
  --bs-secondary-border-subtle: #e4e4e7;
  --bs-success-border-subtle: #99dbbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffd9b4;
  --bs-danger-border-subtle: #f5b3cd;
  --bs-light-border-subtle: #e4e4e7;
  --bs-dark-border-subtle: #71717a;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 18, 18, 18;
  --bs-body-color-rgb: 24, 24, 27;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-shabnam: "Shabnam";
  --bs-font-sans-serif: "Golos Text", 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: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #18181b;
  --bs-emphasis-color: #121212;
  --bs-emphasis-color-rgb: 18, 18, 18;
  --bs-secondary-color: rgba(24, 24, 27, 0.75);
  --bs-secondary-color-rgb: 24, 24, 27;
  --bs-secondary-bg: #e4e4e7;
  --bs-secondary-bg-rgb: 228, 228, 231;
  --bs-tertiary-color: rgba(24, 24, 27, 0.5);
  --bs-tertiary-color-rgb: 24, 24, 27;
  --bs-tertiary-bg: #f4f4f5;
  --bs-tertiary-bg-rgb: 244, 244, 245;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-link-color: #121212;
  --bs-link-color-rgb: 18, 18, 18;
  --bs-link-decoration: none;
  --bs-link-hover-color: #fcc300;
  --bs-link-hover-color-rgb: 0, 87, 255;
  --bs-code-color: #e64181;
  --bs-highlight-bg: #ffecd9;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #d4d4d8;
  --bs-border-color-translucent: #a1a1aa;
  --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-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.085);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.0625);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #121212;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #ffecd9;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

[data-bs-theme=dark] {
  --bs-body-color: #e4e4e7;
  --bs-body-color-rgb: 228, 228, 231;
  --bs-body-bg: #121212;
  --bs-body-bg-rgb: 18, 18, 18;
  --bs-emphasis-color: #f4f4f5;
  --bs-emphasis-color-rgb: 244, 244, 245;
  --bs-secondary-color: rgba(228, 228, 231, 0.85);
  --bs-secondary-color-rgb: 228, 228, 231;
  --bs-secondary-bg: #27272a;
  --bs-secondary-bg-rgb: 39, 39, 42;
  --bs-tertiary-color: rgba(228, 228, 231, 0.75);
  --bs-tertiary-color-rgb: 228, 228, 231;
  --bs-tertiary-bg: #131314;
  --bs-tertiary-bg-rgb: 19, 19, 20;
  --bs-emphasis-color: #fff;
  --bs-primary-text: #99bcff;
  --bs-secondary-text: #e4e4e7;
  --bs-success-text: #99dbbb;
  --bs-info-text: #6edff6;
  --bs-warning-text: #ffd9b4;
  --bs-danger-text: #f5b3cd;
  --bs-light-text: #f4f4f5;
  --bs-dark-text: #d4d4d8;
  --bs-primary-bg-subtle: #fcc300;
  --bs-secondary-bg-subtle: #27272a;
  --bs-success-bg-subtle: #006434;
  --bs-info-bg-subtle: #087990;
  --bs-warning-bg-subtle: #66401b;
  --bs-danger-bg-subtle: #8a274d;
  --bs-light-bg-subtle: #27272a;
  --bs-dark-bg-subtle: #1d1d1e;
  --bs-primary-border-subtle: #fcc300;
  --bs-secondary-border-subtle: #27272a;
  --bs-success-border-subtle: #004222;
  --bs-info-border-subtle: #055160;
  --bs-warning-border-subtle: #66401b;
  --bs-danger-border-subtle: #5c1a34;
  --bs-light-border-subtle: #27272a;
  --bs-dark-border-subtle: #27272a;
  --bs-heading-color: #fff;
  --bs-link-color: #fff;
  --bs-link-hover-color: #fcc300;
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-hover-color-rgb: 0, 87, 255;
  --bs-code-color: #ffc58e;
  --bs-border-color: #27272a;
  --bs-border-color-translucent: #52525b;
}
