a,
li,
p,
span {
    font-family: var(--text-font)
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: var(--secondary-color)
}

* {
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    overflow-x: hidden !important
}

ul {
    padding-left: 0
}

li {
    list-style: none
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

section {
    padding: 4.2em 0
}

p {
    line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    font-weight: 500;
    line-height: 1.4
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: var(--primary-color);
    font-family: var(--heading-font)
}

h2 {
    font-size: 45px
}

:root {
    --primary-color: #3EA6EB;
    --secondary-color: #484B4E;
    --text-font: 'Mulish', sans-serif;
    --heading-font: 'Gloock', serif;
    --secondary-light-color: rgba(238, 250, 255, 0.66)
}

.cz-rw {
    display: flex;
    align-items: center
}

.cz-pr-0 {
    padding-right: 0 !important
}

.cz-pl-0 {
    padding-left: 0 !important
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #b5deff
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color)
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.category-btn::-webkit-scrollbar {
    width: 2px;
    height: 4px
}

.category-btn::-webkit-scrollbar-track {
    background: #f1f1f1
}

.category-btn::-webkit-scrollbar-thumb {
    background: #b5deff
}
