/*
Theme Name: Warein
Theme URI: https://warein.fr
Description: Thème enfant basé sur Theme Bricks
Author: LEB Communication
Author URI: https://leb-communication.fr
Template: leb-theme-core
Version: 1.0.0
Text Domain: warein-theme
License: Propriétaire
*/

/* Reset */
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
