/*
Theme Name: PinheiroTech
Theme URI:
Author: PinheiroTech
Author URI:
Description: Tema WordPress modular, customizável e integrado ao editor de blocos.
Version: 0.1.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: pinheirotech
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

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