/* reset.css - minimal modern reset for Office K&M Plus */

/* 1. Box sizing */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
body,
h1, h2, h3, h4, h5, h6,
p, figure, blockquote,
dl, dd,
ul, ol,
fieldset,
pre {
  margin: 0;
}

/* 3. Lists */
ul, ol {
  padding: 0;
  list-style: none;
}

/* 4. Base html/body */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
}

/* 5. Images & media */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 6. Form elements */
button, input, select, textarea {
  font: inherit;
  color: inherit;
}

button {
  border: none;
  background: none;
  padding: 0;
}

/* 7. Anchors */
a {
  color: inherit;
  text-decoration: none;
}

/* 8. Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

