/*
Theme Name: JAC Motors Georgia
Author: Your Name
Description: Custom theme for JAC Motors
Version: 1.0
*/

/* --- RESET & BASIC --- --- */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Noto Sans Georgian', sans-serif; overflow-x: hidden; width: 100%; background: #000; }
ul { list-style: none; }
a { text-decoration: none; color: inherit; }
button { border: none; background: none; cursor: pointer; font-family: inherit; }