@layer reset {
  a, abbr, address, article, aside, audio, b, bdi, bdo, blockquote, body, canvas, caption, cite, code, data, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, picture, pre, q, ruby, s, samp, search, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, track, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
  }
  a,
  area,
  button,
  input,
  select,
  textarea {
    outline-offset: 0;
  }
  option {
    background-color: #f2f3f4;
  }
  body {
    line-height: 1;
  }
  ol, ul, li {
    list-style: none;
  }
  ol li,
  ul li {
    list-style: inherit;
  }
  q {
    quotes: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  a:hover {
    outline: 0;
  }
  hr {
    border-color: #808080;
  }
  button, input, select, textarea {
    margin: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
    vertical-align: baseline;
  }
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-decoration,
  input[type=search]::-webkit-search-results-button,
  input[type=search]::-webkit-search-results-decoration {
    appearance: none;
  }
  button:not(:disabled),
  input[type=button]:not(:disabled),
  input[type=reset]:not(:disabled),
  input[type=submit]:not(:disabled) {
    cursor: pointer;
  }
  button,
  input[type=button],
  input[type=image],
  input[type=reset],
  input[type=submit],
  input[type=file]::file-selector-button,
  input[type=color] {
    appearance: button;
    font: inherit;
  }
  ::selection {
    background: rgba(0, 111, 245, 0.2980392157);
    text-shadow: none;
  }
}

/*# sourceMappingURL=reset.css.map */
