/*
Theme Name: RonzoGO Elementor
Theme URI: https://ronzogo.local
Author: DIDACSOFT / Codex
Author URI: https://didacweb.com
Description: Theme frontoffice RonzoGO compatible Elementor, avec sections de demonstration pour une plateforme de covoiturage.
Version: 0.1.9
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: ronzogo-elementor
Tags: elementor, full-width-template, custom-logo, one-column, transportation
*/

html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    color: #101820;
    background: #f7f3eb;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    line-height: 1.55;
}

a {
    color: inherit;
}

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