/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700;800&display=swap'); *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Work Sans', sans-serif; background: #fff; color: #1a1a1a; } .wp-progress-bar { position: fixed; top: 0; left: 0; height: 3px; background: linear-gradient(90deg, #4ade80, #22c55e); z-index: 9999; width: 0; transition: width 0.15s ease; } a { text-decoration: none; } img { display: block; max-width: 100%; }