/*
Theme Name: Novaro Rental Landing
Theme URI: https://novaro-rent.de
Description: Lightweight landing page theme for construction equipment rental
Version: 1.0
Author: Novaro
Text Domain: novaro-rental
*/

/* Basis-Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
