/*
Theme Name: MOK1 Bare
Theme URI: https://mok1autos.com
Author: MOK1 AUTOS
Description: Ultra-minimal dark theme that renders ONLY page content (no theme header/footer). Perfect for building header/footer in Elementor.
Version: 1.0.0
License: GPL-2.0+
Text Domain: mok1-bare
*/

:root{
  --container: 1100px;
  --bg: #0B0E14;
  --text: #E9EEFC;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}

/* Optional helpers if you want a boxed layout for non-Elementor content */
.wrap{width:min(var(--container),92vw);margin-inline:auto;padding-inline:20px}
.section{padding-block:90px}
.section-lg{padding-block:130px}
.section-sm{padding-block:60px}
