/*
Theme Name: Glam Theme
Theme URI: https://glamimport.shop
Author: Matías
Description: Tema limpio, sin plugins. PHP + CSS + JS propios.
Version: 1.0.0
Text Domain: glam-theme
*/

/* Nota: el CSS real está en /assets/css/style.css */
body{
font-family:Arial, Helvetica, sans-serif;
background:#0f1115;
color:#e5e7eb;
}

body{
box-sizing:border-box;
margin:0;
padding:0;
}

body{
font-family:Arial, Helvetica, sans-serif;
background:#0f1115;
color:#e5e7eb;
}

.container{
max-width:1200px;
margin:auto;
padding:40px 20px;
}

a{
color:#9ca3af;
text-decoration:none;
}

a:hover{
color:white;
}

h1{
font-size:38px;
margin-bottom:10px;
}

h2{
font-size:26px;
margin-top:40px;
margin-bottom:10px;
}

section{
margin-top:40px;
padding:30px;
background:#111827;
border-radius:10px;
}