#wpadminbar {
    display: block
}

html {
    position: relative;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-size: 18px !important;
    line-height: 1.5
}

body {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    color: var(--text) !important;
    background-color: var(--body);
    font-family: var(--font-fam1), var(--font-fam-list);
    scroll-behavior: smooth
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-fam1), var(--font-fam-list)
}

::selection {
    background-color: rgba(var(--primary-light-rgb), 0.15);
    color: var(--primary-light)
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px
}

::-webkit-scrollbar-thumb {
    background: var(--zinc-500);
    border: 31px none #c1c1c1;
    border-radius: 1px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-light)
}

::-webkit-scrollbar-thumb:active {
    background: var(--primary-light)
}

::-webkit-scrollbar-track {
    background: var(--bg-zero);
    border: 0px solid var(--body);
    border-radius: 5px;
    width: 5px
}

::-webkit-scrollbar-track:hover {
    background: rgba(0, 0, 0, 0)
}

::-webkit-scrollbar-track:active {
    background: rgba(0, 0, 0, 0)
}

::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0)
}

ol,
ul,
li {
    list-style: none
}

p {
    color: var(--text);
    font-size: 1rem;
    line-height: 1.5
}

strong {
    font-weight: 600
}

a {
    color: inherit;
    text-decoration: none
}

a.custom-link {
    position: relative;
    color: var(--primary-dark)
}

a.custom-link:hover:before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: var(--primary-dark)
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s
}

input,
textarea,
select {
    font-size: 1em !important
}

small {
    color: var(--text);
    font-size: 13px;
    line-height: 1.2
}

svg {
    color: inherit
}

h1,
h2,
h3,
h4 {
    color: var(--title);
    letter-spacing: -0.6px
}

h1 *,
h2 *,
h3 *,
h4 * {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-stretch: inherit;
    letter-spacing: inherit
}

h1 {
    font-weight: 600;
    line-height: 1.125;
    font-size: 2rem;
    margin-bottom: 30px
}

h2 {
    font-weight: 600;
    line-height: 1.125;
    font-size: 1.9rem;
    margin-bottom: 20px
}

h3 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 10px
}

h4 {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 10px
}

td, th {
    border-color: unset;
}