/*
Theme Name: Blank Menu Theme
Theme URI: https://example.com/
Author: Andikadsg
Author URI: https://example.com/
Description: Theme WordPress kosong dengan fitur menu.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blank-menu-theme
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.site-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.main-menu a {
    text-decoration: none;
    color: #111;
}

.site-content {
    padding: 20px;
}
