html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, figure, hr {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

ul ul, ol ol, ul ol, ol ul {
    padding-inline-start: 40px;
}

body {
    font-family: Poppins, Open Sans, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

button {
    border: unset;
    cursor: pointer;
}

/* Remove background when touch on a link for mobile devices */
a {
    -webkit-tap-highlight-color: transparent !important;
}
