/*
Theme Name:  Lissan Motors Theme
Theme URI:   https://hathor.ingenews.com.co
Description: Custom theme for Hathor Studios built with Elementor.
Author:      Hathor Studios
Version:     1.0.0
Text Domain: lissan-motors-theme
*/

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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1a1a1a;
    background: #ffffff;
}

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

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