/* RESET + NORMALIZE */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}

body {
  margin: 0;
  font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #4D029B;

}


a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}


ul,
ol {
  list-style: none;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  max-width: 100%;
  height: auto;
  display: block;
}


button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

textarea {
  resize: vertical;
}


h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd {
  margin: 0;
  font-weight: inherit;
}


pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}


main,
section,
article,
aside,
header,
footer,
nav,
figure {
  display: block;
}
