/*
 Theme Name: perse.lt
 Author: perse.lt
 Description: rollesta.lt 
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: my-elementor-starter
*/

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Basic safe defaults – Elementor will handle most styling */

#page {
    min-height: 100vh;
}

.site-content {
    /* Elementor will often go full-width */
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}
