/* resset.dev • v5.0.2 custom */

/* ==========================================
Global selectors
========================================== */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}
:where(*, *::before, *::after) {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
:where(::before, ::after) {
  text-decoration: inherit;
  vertical-align: inherit;
}

/* ==========================================
Global elements
========================================== */
:where(hr) {
  overflow: visible;
  height: 0;
  color: inherit;
}
:where(details, main) {
  display: block;
}
:where(summary) {
  display: list-item;
}
:where(small) {
  font-size: 80%;
}
:where([hidden]) {
  display: none;
}
:where(abbr[title]) {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
:where(a) {
  background-color: transparent;
}
:where(a:active, a:hover) {
  outline-width: 0;
}
:where(code, kbd, pre, samp) {
  font-family: monospace, monospace;
}
:where(pre) {
  font-size: 1em;
}
:where(b, strong) {
  font-weight: bolder;
}
:where(sub, sup) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
:where(sub) {
  bottom: -0.25em;
}
:where(sup) {
  top: -0.5em;
}
:where(table) {
  border-color: inherit;
  text-indent: 0;
}
:where(iframe) {
  border-style: none;
}

/* ==========================================
Forms
========================================== */
:where(input) {
  border-radius: 0;
}
:where([type='number']::-webkit-inner-spin-button,
       [type='number']::-webkit-outer-spin-button) {
  height: auto;
}
:where([type='search']) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
:where([type='search']::-webkit-search-decoration) {
  -webkit-appearance: none;
}
:where(textarea) {
  overflow: auto;
  resize: vertical;
}
:where(button, input, optgroup, select, textarea) {
  font: inherit;
}
:where(optgroup) {
  font-weight: bold;
}
:where(button) {
  overflow: visible;
}
:where(button, select) {
  text-transform: none;
}
:where(button, [type='button'], [type='reset'], [type='submit'], [role='button']) {
  cursor: pointer;
}
:where(button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner) {
  border-style: none;
  padding: 0;
}
:where(button:-moz-focusring, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner) {
  outline: 1px dotted ButtonText;
}
:where(button, html [type='button'], [type='reset'], [type='submit']) {
  -webkit-appearance: button;
}
:where(button, input, select, textarea) {
  background-color: transparent;
  border-style: none;
}
:where(a:focus, button:focus, input:focus, select:focus, textarea:focus) {
  outline-width: 0;
}
:where(select) {
  -moz-appearance: none;
  -webkit-appearance: none;
}
:where(select::-ms-expand) {
  display: none;
}
:where(select::-ms-value) {
  color: currentColor;
}
:where(legend) {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}
:where(::-webkit-file-upload-button) {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
:where([disabled]) {
  cursor: default;
}

/* ==========================================
Specify media element style
========================================== */
:where(img) {
  border-style: none;
}
:where(progress) {
  vertical-align: baseline;
}

/* ==========================================
Accessibility
========================================== */
:where([aria-busy='true']) {
  cursor: progress;
}
:where([aria-controls]) {
  cursor: pointer;
}
:where([aria-disabled='true']) {
  cursor: default;
}

