/*
Theme Name: MK Restaurant Menu
Theme URI: https://www.krasakis.gr
Author: Mike Krasakis
Author URI: https://www.krasakis.gr
Description: Custom theme for restaurant menus
Version: 1.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Template: mkrestaurantmenu

*/
:root {
    --body-background: var(--main-color);
    --container-background: var(--main-color);

}
body {
    font-family: "Manrope", sans-serif;
}

.linkable-categories .catalog-category-item {
	background: var(--body-background);
	justify-content: center;
	/*border: 1px solid #fff;*/
}

.linkable-categories .catalog-category-item h2 {
	font-weight: 500;
	color: #fff

}


.catalog-item .wrap{
	background: var(--body-background);
	border: 1px solid #fff;
}
.catalog-item .catalog-item-title,.catalog-item .price{
    color:#fff;
}

.catalog-item:hover .wrap {
	background: var(--body-background);
}
.catalog-item .catalog-item-description {
	color: #fff;
}
.linkable-categories .catalog-category-item h2 {
    text-align: center;
}