/*
Theme Name: COVOIZIN
Theme URI: http://localhost/covoizin
Author: Équipe COVOIZIN
Author URI: http://localhost/covoizin
Description: Thème frontoffice COVOIZIN compatible Elementor, avec sections de démonstration pour une plateforme de covoiturage.
Version: 0.8.5
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: #f5f7fb;
    font-family: "Nunito Sans", "Segoe UI", Arial, sans-serif;
    line-height: 1.55;
}

a {
    color: inherit;
}

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