*, *:after, *:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    letter-spacing: 1px;
}

body {
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
}

header:after, .container:after, footer:after, .widget-posts-list li:after, #subscribe:after {
    content: "";
    display: table;
    clear: both;
}

button,input{
    background: none;
    border: none;
}

body{
    background: var(--color-background, #F7F3EC);
    color: var(--color-ink, #1A1F1C);
    scroll-behavior: smooth;
    position: relative;
}
	html{
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-h, 96px) + 8px);
}
*{
    font-family: Manrope, sans-serif;
    letter-spacing: normal;
}
img{
    user-select: none;
}
button{
    cursor: pointer;
}