/* Beirutna Menu Plugin Styles */

* {
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: inherit;
}

/* Ensure plugin styles don't interfere with WordPress */
.beirutna-home-container,
.beirutna-menu-container {
    width: 100%;
}
