/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700;800&display=swap');
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Work Sans',sans-serif;background:#f9fafb;color:#1f2937;}
.faq-answer{display:none;}
.faq-item.active .faq-answer{display:block;}
.faq-item.active .faq-icon{transform:rotate(180deg);}
.faq-icon{transition:transform 0.3s ease;display:inline-block;}
a{text-decoration:none;}
input,select,textarea{font-family:inherit;}
.line-through{text-decoration:line-through;}