@import url('https://fonts.googleapis.com/css2?family=Inter+Tight&family=Rubik+Moonrocks&display=swap');

::-webkit-scrollbar {
width: 10px;
background: white;
}
::-webkit-scrollbar-button {
width: 0px;
height:0px;
}
::-webkit-scrollbar-track {
border: 0px;
}
::-webkit-scrollbar-thumb {
background: linear-gradient(to bottom, #ccede4,#a6d2e1, #a8a6db, #d3bae9, #f3d0f5, #ffe7f7);
}
::-webkit-scrollbar-thumb:hover {
background: #c0c0c0;
}

body{
background: white;
font-family: 'Inter Tight', sans-serif;
font-size: 18px;
line-height: 26px;
color: black;
}

h1,h2,h3,h4,h5,h6{
font-family: 'Rubik Moonrocks', cursive;
margin: 0;
font-weight: normal;
color: #b553bd;
text-align:center;
}

h1{
font-size: 40px;
line-height: 45px;
text-decoration: underline wavy #69c9ae;
}

h2{
font-size: 30px;
line-height: 35px;
}

h3{
font-size: 20px;
line-height: 25px;
}

h4, h5, h6{
font-size: 17px;
line-height: 27px;
}

a{
font-weight: bold;
text-decoration: none;
transition: all .5s ease-in-out;
color: #d175b4;
margin-right: 10px;
}

a:hover{
color: #69c9ae;
border-bottom: 1px dashed #89c1d7;
}