/*
Theme Name: Armin
Author: Armin
Description: Minimal CNC gallery theme, Elementor compatible, light default with dark mode toggle, local assets.
Version: 1.0
Text Domain: armin
*/
:root{
 --bg:#ffffff;
 --text:#111111;
 --accent:#3a7afe;
}
body{background:var(--bg);color:var(--text);font-family:'IRANSans',sans-serif;margin:0}
a{color:var(--accent);text-decoration:none}
.container{max-width:1200px;margin:auto;padding:20px}
header{padding:20px 0;border-bottom:1px solid #eee}
.site-title{font-size:24px;font-weight:700}
.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}
.gallery img{width:100%;height:auto;border-radius:6px}
.dark{--bg:#0f1115;--text:#e6e6e6;--accent:#6aa2ff}
.toggle-dark{cursor:pointer;border:1px solid #ccc;padding:6px 10px;border-radius:6px}
