// (C)opyright 2020-11-17 Dirk Holtwick, holtwick.it. All rights reserved.

// Inspired by
// https://github.com/jgthms/minireset.css/blob/master/minireset.css
// https://github.com/necolas/normalize.css/blob/master/normalize.css

windy-reset()

  html
    line-height 1
    -webkit-font-smoothing antialiased
    -moz-osx-font-smoothing grayscale
    box-sizing border-box
    -webkit-text-size-adjust 100%

  html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6
    margin 0
    padding 0

  h1, h2, h3, h4, h5, h6
    font-size 100%
    font-weight normal

  ul
    list-style none

  button,
  input,
  optgroup,
  select,
  textarea
    font-size inherit
    font-family inherit
    margin 0
    padding 0
    outline none
    appearance none
    border none
    width auto
    min-width 0
    background inherit
    color inherit
    text-transform none

  a
    outline none
    color inherit
    text-decoration none
    background-color transparent

  [contenteditable]
    outline none

  *, *::before, *::after
    box-sizing inherit

  img, video
    height auto
    max-width 100%

  iframe
    border 0

  table
    border-collapse collapse
    border-spacing 0

  td, th
    padding 0

  td:not([align]), th:not([align])
    text-align left

  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration
    -webkit-appearance none

  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner
    border-style none
    padding 0

  pre,
  tt,
  code,
  kbd,
  samp
    font-family monospace, monospace
    font-size 1em
