@font-face {
  font-family: 'IQOS';
  src:
    url('./fonts/IQOS-Regular.woff2') format('woff2'),
    url('./fonts/IQOS-Regular.woff') format('woff');

  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html, body{
  font-family: IQOS, sans-serif!important;
  color: #393e44;
}

.row {
  --bs-gutter-x: 0rem;
}

.form-control {
  color: #393e44;	
}

#footer {
  background-color: #393e44;
  color: #fffcfc;
}

button[type="submit"]:hover{
	background-color: #00d1d2!important;
	border-color: #00d1d2!important;
}

#logopreform img {
	max-width: 200px;
}