/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .footer {
            background-color: #333;
            color: #fff;
            padding: 20px 0;
            text-align: center;
        }
        .footer a {
            color: #fff;
            margin: 0 15px;
            text-decoration: none;
        }
        .footer a:hover {
            color: #ffdd57;
        }
        .footer a .fa-2x {
            font-size: 2em; /* Ensure proper sizing */
        }
    </style>

.menu li ul li a span {
	font-family: 'Philosopher' !important ;
	font-size: 17px !important;
	font-weight: medium !important;
}
/*
.mcb-background-overlay{
	background-color:#E8DAB7 !important;
}*/