@font-face {
    font-family: 'LoveIsland';
    src: url('https://studio.casestry.com/raw/authenticated/s--WnW0PuN8--/v1745351111/studio-casestry/Love-island-23.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.color-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.color-switch {
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    border-radius: 50%;
    cursor: pointer;
}

canvas {
    display: block !important;
}
