/*
Theme Name: ZeroDriver Theme
Theme URI: https://dialadriver.co.nz/
Author: You
Author URI: https://dialadriver.co.nz/
Description: App-like, Elementor-compatible theme for Dial-A-Driver with Customizer and templates.
Version: 1.0.1
License: GPL-2.0-or-later
Text Domain: zerodriver
*/
:root{ --zd-primary:#0f62fe; --zd-accent:#00e676; --zd-bg:#0b0b0b; --zd-text:#ffffff; --zd-scale:1;}
html,body{ background:var(--zd-bg); color:var(--zd-text); margin:0; font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial; font-size:calc(16px * var(--zd-scale)); }
.container{max-width:860px; margin:0 auto; padding:16px;}
.header,.footer{background:#111; color:#fff;}
.btn{display:inline-block; background:var(--zd-primary); color:#fff; padding:12px 16px; border-radius:12px; font-weight:800;}
