/*
Theme Name: Laurent
Theme URI: https://laurent.qodeinteractive.com/
Description: Elegant Restaurant Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: laurent
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Added to match UI/UX from exported static site: logo size and scroll performance tweaks */
.eltdf-logo-wrapper a img {
	max-height: 90px !important; /* Adjust logo size */
	width: auto;
}

/* Improve scroll performance */
html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Enable hardware acceleration for smoother scrolling */
body * {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}