@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

.caveat-logo {
    background-image: url('../img/yellow_highlight_bold_05.svg');
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-size: larger;
    font-style: normal;
}

.dragscroll::-webkit-scrollbar {
    display: none;
}