/* Box sizing rules */
/* line 2, ../../../../xampp/htdocs/itk-alpha/assets/scss/reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* line 9, ../../../../xampp/htdocs/itk-alpha/assets/scss/reset.scss */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
/* line 15, ../../../../xampp/htdocs/itk-alpha/assets/scss/reset.scss */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* line 33, ../../../../xampp/htdocs/itk-alpha/assets/scss/reset.scss */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* line 41, ../../../../xampp/htdocs/itk-alpha/assets/scss/reset.scss */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* line 47, ../../../../xampp/htdocs/itk-alpha/assets/scss/reset.scss */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* line 52, ../../../../xampp/htdocs/itk-alpha/assets/scss/reset.scss */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* line 58, ../../../../xampp/htdocs/itk-alpha/assets/scss/reset.scss */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/* line 63, ../../../../xampp/htdocs/itk-alpha/assets/scss/reset.scss */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  /* line 72, ../../../../xampp/htdocs/itk-alpha/assets/scss/reset.scss */
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

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