* {
    letter-spacing: 0;
}

body {
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.font-serif {
    font-family: "Playfair Display", Georgia, serif;
}

button {
    white-space: nowrap;
}

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

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #e7e5e4;
    border-radius: 4px;
}

@media (max-width: 420px) {
    .option-btn {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-size: 11px;
    }
}
