*,
:after,
:before {
    box-sizing: border-box;
    outline: none
}

html {
    color: inherit
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: normal;
    overflow-y: overlay;
}

ol[class], ul[class] {
    padding: 0
}

blockquote, body, dd, dl, figcaption, figure, h1, h2, h3, h4, li, ol[class], p, ul[class] {
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
    color: #19242c;
    text-transform: inherit;
    line-height: inherit;
    letter-spacing: .02em
}

ul[class],
ol[class] {
    list-style: none
}

ul {
    margin: 0;
    padding: 0
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: inherit
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

button, input, select, textarea {
    font: inherit;
    border: none;
    outline: none;
}

i {
    display: block
}




* {
    scrollbar-width: thin;
    scrollbar-color: rgba(150, 150, 150, 0.5) transparent;
}

*::-webkit-scrollbar {
    height: 12px;
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background: rgba(150, 150, 150, 0.5);
    border-radius: 5px;
    border: 3px solid transparent;
}
