/*
Theme Name: Smarthy
Theme URI: https://designsolutions.pl
Author: Design Solutions 
Author URI: https://designsolutions.pl
Description:  Smarthy 2024
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Smarthy
Tags: Smarthy
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Poppins", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #000;
}

#headers, #headers .e-con-inner {
	position:relative;
}
.form-control {
background: #D9D9D9;
border:1px solid #D9D9D9;
color:#000;
	border-radius:0px;
}
.form-control:placeholder, .form-control::placeholder {
	color:#000;
}
form .btn-primary {
	background:#FCAF17;
border:1px solid #FCAF17;
color:#fff;
	border-radius:50px;
	text-transform:uppercase;
	width:100%;
	text-align:center;
	cursor:pointer;
	font-weight:600;
}
form .btn-primary:hover {
	background:#FCAF17;
border:1px solid #FCAF17;
color:#000;
}