:root {
    --supports-light-theme: true;
    --supports-dark-theme: true;
    --bs-root-font-size: 16px;
    font-size: var(--bs-root-font-size);
}
.container {
    @media (min-width: 576px) {
        max-width: var(--theme-container-sm, 540px);
    }
    @media (min-width: 768px) {
        max-width: var(--theme-container-md, 720px);
    }
    @media (min-width: 992px) {
        max-width: var(--theme-container-lg, 960px);
    }
    @media (min-width: 1200px) {
        max-width: var(--theme-container-xl, 1140px);
    }
    @media (min-width: 1400px) {
        max-width: var(--theme-container-xxl, 1320px);
    }
}
[data-bs-theme="light"] {
    --bs-primary: rgb(13 110 253 / 100%);
--bs-secondary: rgb(108 117 125 / 100%);
--bs-success: rgb(25 135 84 / 100%);
--bs-info: rgb(13 202 240 / 100%);
--bs-warning: rgb(255 193 7 / 100%);
--bs-danger: rgb(220 53 69 / 100%);
--bs-light: rgb(248 249 250 / 100%);
--bs-dark: rgb(33 37 41 / 100%);
--bs-body-color: rgb(33 37 41 / 100%);
--bs-body-bg: rgb(255 255 255 / 100%);
--bs-emphasis-color: rgb(0 0 0 / 100%);
--bs-secondary-color: rgb(8415 9435 10455 / 191%);
--bs-tertiary-color: rgb(8415 9435 10455 / 127%);
--bs-secondary-bg: rgb(233 236 239 / 100%);
--bs-tertiary-bg: rgb(248 249 250 / 100%);
--bs-link-color: rgb(13 110 253 / 100%);
--bs-link-hover-color: rgb(10 88 202 / 100%);
--bs-border-color: rgb(222 226 230 / 100%);
--syntax-highlight-theme: xcode-light
}
[data-bs-theme="dark"] {
    --bs-primary: rgb(13 110 253 / 100%);
--bs-secondary: rgb(108 117 125 / 100%);
--bs-success: rgb(25 135 84 / 100%);
--bs-info: rgb(13 202 240 / 100%);
--bs-warning: rgb(255 193 7 / 100%);
--bs-danger: rgb(220 53 69 / 100%);
--bs-light: rgb(248 249 250 / 100%);
--bs-dark: rgb(33 37 41 / 100%);
--bs-body-color: rgb(222 226 230 / 100%);
--bs-body-bg: rgb(33 37 41 / 100%);
--bs-emphasis-color: rgb(255 255 255 / 100%);
--bs-secondary-color: rgb(56610 57630 58650 / 191%);
--bs-tertiary-color: rgb(56610 57630 58650 / 127%);
--bs-secondary-bg: rgb(52 58 64 / 100%);
--bs-tertiary-bg: rgb(43 48 53 / 100%);
--bs-link-color: rgb(110 168 254 / 100%);
--bs-link-hover-color: rgb(139 185 254 / 100%);
--bs-border-color: rgb(73 80 87 / 100%);
--syntax-highlight-theme: xcode-dark
}
[data-bs-theme="auto"] {
    --bs-primary: rgb(13 110 253 / 100%);
--bs-secondary: rgb(108 117 125 / 100%);
--bs-success: rgb(25 135 84 / 100%);
--bs-info: rgb(13 202 240 / 100%);
--bs-warning: rgb(255 193 7 / 100%);
--bs-danger: rgb(220 53 69 / 100%);
--bs-light: rgb(248 249 250 / 100%);
--bs-dark: rgb(33 37 41 / 100%);
--bs-body-color: rgb(33 37 41 / 100%);
--bs-body-bg: rgb(255 255 255 / 100%);
--bs-emphasis-color: rgb(0 0 0 / 100%);
--bs-secondary-color: rgb(8415 9435 10455 / 191%);
--bs-tertiary-color: rgb(8415 9435 10455 / 127%);
--bs-secondary-bg: rgb(233 236 239 / 100%);
--bs-tertiary-bg: rgb(248 249 250 / 100%);
--bs-link-color: rgb(13 110 253 / 100%);
--bs-link-hover-color: rgb(10 88 202 / 100%);
--bs-border-color: rgb(222 226 230 / 100%);
--syntax-highlight-theme: xcode-light
}
