/*
Theme Name: Nana& Co
Theme URI:
Author: Nana& Co
Author URI:
Description: Thème WordPress vierge construit avec Timber v2
Version: 1.0.0
Requires at least: 5.3
Requires PHP: 7.4
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: nanaco
*/

/* Reset WordPress defaults */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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