
/*
Theme Name: LH Framework Theme
Version: 1.0
Author: LH Framework
Description: Clean design theme with templates and event integration
*/

body{
font-family:system-ui,Arial,sans-serif;
margin:0;
color:#222;
}

.container{
max-width:1200px;
margin:auto;
padding:20px;
}

header{
background:#2b5ea9;
color:white;
}

header a{
color:white;
text-decoration:none;
font-weight:600;
}

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

footer{
background:#2b5ea9;
color:white;
padding:30px 0;
margin-top:40px;
}
