:root{
    --col-back: #2E3771;
    --col-fg: #dae5f1;
    --col-highlight: #929bd3;
    --font-header: 'Audiowide', cursive;
    --font-main: 'Ubuntu', sans-serif;
    --col-icons: #2E3771;
}

form {
    border-style: unset;
}
.menu-item{
    font-family: "refrigerator-deluxe";
    font-weight: normal;
}

.topblock{
    clip-path: polygon(15px 0%, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0% 15px);
}

.topmenu .cart {
    padding-right: 0.25em;
}

.topmenu .greeting {
    padding: 0.25em;
}

.card{
    background: linear-gradient(170deg, hsl(211.2, 91.1%, 73.5%),hsl(225, 42.5%, 49.8%));
    min-width: 25em;
}

.card a {
    text-decoration: none;
}

.big-button:hover{
    background: var(--col-highlight);
}

.alert{
    color: darkred;
}

.logo > a > img {
    background: white;
}

.tags a {
	border-style: solid;
	border-width: 0.1px;
	background: #bbcbf2;
}
