
.btn {
    /* background-color: transparent; */
    background: rgba(255,255,255, 0.6);
    backdrop-filter: blur(6px);
    appearance: none;
    color: black;
    border: none;
    border-radius: 5px;
    font-family: 'Grob-Regular', 'Grob', 'grob';
    font-weight: 400;
}

/* .btn-primary {
    border-radius: 10px;
    background: rgba(255,255,255, 0.7);
    backdrop-filter: blur(10px);
    font-family: 'Tokyto', 'tokyto';
} */

.btn:active {
    border: 1px solid black;
}

.start-btn {
    font-family: 'Tokyto', 'tokyto';
}

.category-btn {
    border-radius: 10px;
    background: rgba(255,255,255, 0.7);
    backdrop-filter: blur(10px);
    font-family: 'Tokyto', 'tokyto';
    /* font-weight: 300; */
    /* font-variation-settings: "wght" 300; */
}

.order-btn {

}

.order-btn:disabled {
    visibility: hidden;
    opacity: 0;
}

.back-btn {
    background-color: transparent;
    /* font-family: 'Tokyto', 'tokyto'; */
    font-family: 'Grob-Bold', 'Grob', 'grob';
    font-weight: 900;
    font-size: 32px;
    color: white;
}
