@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Creepster&family=Sacramento&family=Satisfy&display=swap');

.cookie {
    font-family: "Cookie", cursive;
    font-weight: 400;
    font-style: normal;
}

.creepster {
    font-family: "Creepster", system-ui;
    font-weight: 400;
    font-style: normal;
  }
  

.sacramento {
    font-family: "Sacramento", cursive;
    font-weight: 400;
    font-style: normal;
}

.satisfy {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
}

.radial-bg {
    background: radial-gradient(circle at top left, rgba(20, 87, 87, 0.954) 0%, rgb(0, 0, 0) 50%);
}

.dotted-background {
    background-image: radial-gradient(#181818 5%, #0000001f 15%);
    background-color: #000;
    position: fixed !important
}

canvas {
    pointer-events: none;
}

.dotted-background,
.result-background {
    background-position: 0 0, 14px 14px;
    background-size: 16px 16px;
    width: 100%
}

/* width and height for the scrollbar */
::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar:hover {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #000000;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}