/*
Theme Name: Business
Theme URI: https://example.com/business
Author: INT
Author URI: https://example.com
Description: Tema para hospedar a área de usuários e a ferramenta INT EXIF.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: business
*/

html {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	/* background: #f5f7fb; */
	color: #17191f;
	font-family: "Google Sans", "Google Sans Text", Roboto, Arial, sans-serif;
	letter-spacing: 0;
}

a {
	color: inherit;
}
