/*!
Theme Name: Controle One
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Custom WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: controle-one
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap");

.site-footer {
	background: #333;
	color: #fff;
	padding: 40px 20px;
	margin-top: 40px;
	text-align: center;
}

.site-footer .site-info {
	font-size: 14px;
}

.site-footer .site-info a {
	color: #fff;
	text-decoration: underline;
}

.site-footer .site-info a:hover {
	opacity: 0.8;
}

.site-footer .footer-navigation {
	margin-bottom: 20px;
}

.site-footer .footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.site-footer .footer-navigation ul li a {
	color: #fff;
	text-decoration: none;
}

.site-footer .footer-navigation ul li a:hover {
	opacity: 0.8;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background: #fff;
}

a {
	color: #4169e1;
}

a:hover {
	color: #191970;
}

.site-content {
	padding: 40px 20px;
	max-width: 1200px;
	margin: 0 auto;
}
