:root {
  --sidebar-background: hsl(0 0% 98%);
  --sidebar-foreground: hsl(240 5.3% 26.1%);
  --sidebar-primary: hsl(240 5.9% 10%);
  --sidebar-primary-foreground: hsl(0 0% 98%);
  --sidebar-accent: hsl(240 4.8% 95.9%);
  --sidebar-accent-foreground: hsl(240 5.9% 10%);
  --sidebar-border: hsl(220 13% 91%);
  --sidebar-ring: hsl(217.2 91.2% 59.8%);
}

*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  border-color: var(--theme-border-default);
}
:before,
:after {
  --tw-content: "";
}
html,
:host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
}
body {
  line-height: inherit;
  margin: 0;
}
:where(hr) {
  color: inherit;
  border-top-width: 1px;
  height: 0;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
:where(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
  font-weight: inherit;
}
:where(a) {
  color: inherit;
  text-decoration: inherit;
}
:where(b, strong) {
  font-weight: bolder;
}
:where(code, kbd, samp, pre) {
  font-family: var(--theme-fonts-mono);
  font-size: 1em;
}
:where(small) {
  font-size: 80%;
}
:where(sub, sup) {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}
:where(sub) {
  bottom: -0.25em;
}
:where(sup) {
  top: -0.5em;
}
:where(table) {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:where(button, input, optgroup, select, textarea) {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
:where(button, select) {
  text-transform: none;
}
:where(button, [type="button"], [type="reset"], [type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
:where(progress) {
  vertical-align: baseline;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-outer-spin-button {
  height: auto;
}
:where([type="search"]) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
:where(summary) {
  display: list-item;
}
:where(blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre) {
  margin: 0;
}
:where(fieldset) {
  margin: 0;
  padding: 0;
}
:where(legend) {
  padding: 0;
}
:where(ol, ul, menu) {
  margin: 0;
  padding: 0;
  list-style: none;
}
:where(dialog) {
  padding: 0;
}
:where(textarea) {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: var(--theme-colors-gray-400);
}
:where(button, [role="button"]) {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  vertical-align: middle;
  display: block;
}
:where(img, video) {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
