/*
Theme Name: Auto Select
Theme URI: https://autoselect.co.il
Author: Auto Select
Description: תבנית מקצועית לאתר מכירת רכבים עם מערכת סינון מתקדמת וסנכרון מ-Google Sheets
Version: 1.0.0
Text Domain: autoselect
*/

/* Base Reset */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Heebo', sans-serif;
    direction: rtl;
    background: #F5F5F5;
    color: #111;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}
