/**
 * Variables
 * Variables should follow the $component-state-property-size formula for
 * consistent naming. Examples:
 * $nav-link-disabled-color
 * $modal-content-box-shadow-xs 
 *
 * Customization:
 * To customize Bootstrap variables:
 * Copy the desired variable from node_modules/bootstrap/scss/_variables.scss
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 * Change the value and remove the !default flag.
 * Examples:
 * $body-bg: #000;
 * $body-color: $gray-100;
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #167EA7;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #e27822;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #1B9CD0;
  --bs-black: #1E1817;
  --bs-white: #fff;
  --bs-gray: #9b9b9b;
  --bs-gray-dark: #1e1a19;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #9b9b9b;
  --bs-gray-700: #495057;
  --bs-gray-800: #1e1a19;
  --bs-gray-900: #2E2625;
  --bs-primary: #1B9CD0;
  --bs-secondary: #9b9b9b;
  --bs-success: #198754;
  --bs-info: #adb5bd;
  --bs-warning: #e27822;
  --bs-danger: #dc3545;
  --bs-light: #fff;
  --bs-dark: #2E2625;
  --bs-primary-rgb: 27, 156, 208;
  --bs-secondary-rgb: 155, 155, 155;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 173, 181, 189;
  --bs-warning-rgb: 226, 120, 34;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 46, 38, 37;
  --bs-primary-text-emphasis: rgb(10.8, 62.4, 83.2);
  --bs-secondary-text-emphasis: #3e3e3e;
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(69.2, 72.4, 75.6);
  --bs-warning-text-emphasis: rgb(90.4, 48, 13.6);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(209.4, 235.2, 245.6);
  --bs-secondary-bg-subtle: #ebebeb;
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(238.6, 240.2, 241.8);
  --bs-warning-bg-subtle: rgb(249.2, 228, 210.8);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(163.8, 215.4, 236.2);
  --bs-secondary-border-subtle: #d7d7d7;
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(222.2, 225.4, 228.6);
  --bs-warning-border-subtle: rgb(243.4, 201, 166.6);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 30, 24, 23;
  --bs-font-sans-serif: "Neutra2Text Book", Roboto, "Helvetica Neue", "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: 1.2rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #2E2625;
  --bs-body-color-rgb: 46, 38, 37;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #1E1817;
  --bs-emphasis-color-rgb: 30, 24, 23;
  --bs-secondary-color: rgba(46, 38, 37, 0.75);
  --bs-secondary-color-rgb: 46, 38, 37;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(46, 38, 37, 0.5);
  --bs-tertiary-color-rgb: 46, 38, 37;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: #1B9CD0;
  --bs-link-color: #1B9CD0;
  --bs-link-color-rgb: 27, 156, 208;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(21.6, 124.8, 166.4);
  --bs-link-hover-color-rgb: 22, 125, 166;
  --bs-code-color: #d63384;
  --bs-highlight-color: #2E2625;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(30, 24, 23, 0.175);
  --bs-border-radius: none;
  --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(30, 24, 23, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(30, 24, 23, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(30, 24, 23, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(30, 24, 23, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(27, 156, 208, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #2E2625;
  --bs-body-bg-rgb: 46, 38, 37;
  --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: #1e1a19;
  --bs-secondary-bg-rgb: 30, 26, 25;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #26201f;
  --bs-tertiary-bg-rgb: 38, 32, 31;
  --bs-primary-text-emphasis: rgb(118.2, 195.6, 226.8);
  --bs-secondary-text-emphasis: #c3c3c3;
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(205.8, 210.6, 215.4);
  --bs-warning-text-emphasis: rgb(237.6, 174, 122.4);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(5.4, 31.2, 41.6);
  --bs-secondary-bg-subtle: #1f1f1f;
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(34.6, 36.2, 37.8);
  --bs-warning-bg-subtle: rgb(45.2, 24, 6.8);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #1e1a19;
  --bs-dark-bg-subtle: #1e1918;
  --bs-primary-border-subtle: rgb(16.2, 93.6, 124.8);
  --bs-secondary-border-subtle: #5d5d5d;
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(103.8, 108.6, 113.4);
  --bs-warning-border-subtle: rgb(135.6, 72, 20.4);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #1e1a19;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(118.2, 195.6, 226.8);
  --bs-link-hover-color: rgb(145.56, 207.48, 232.44);
  --bs-link-color-rgb: 118, 196, 227;
  --bs-link-hover-color-rgb: 146, 207, 232;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

/*# sourceMappingURL=navbar-brand.css.map*/