/*
Theme Name: DRNTS Auto Shop
Theme URI: https://build.drnts.com/
Author: DRNTS
Description: Clean, fast theme for the DRNTS Auto Shop Launch System pages (sales pages + calculators).
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drnts-autoshop
*/
/* Base */
:root{
  --bg-primary:#0A0A0F;
  --bg-secondary:#141419;
  --bg-tertiary:#1C1C24;
  --accent:#00D4FF;
  --accent-glow:rgba(0,212,255,.3);
  --text-primary:#E8E8ED;
  --text-secondary:#A0A0B0;
  --success:#00FF88;
  --warning:#FFB800;
  --danger:#FF4757;
  --border:#2A2A35;
}

html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:var(--bg-primary);
  color:var(--text-primary);
  line-height:1.6;
  overflow-x:hidden;
}
*{box-sizing:border-box}
a{color:inherit}
