/*
Theme Name: Fondain
Template: generatepress
Version: 1.0.0
Description: Custom theme for Strategie Agile PME
*/

body { font-weight: 400; }

.search-field {
  border: 1px solid #F5E0CC;
  background: #FDF8F4;
  padding: 10px 16px;
  border-radius: 4px;
  font-family: inherit;
}
.search-field:focus {
  border-color: #C17747;
  outline: none;
}
body .search-form .search-submit {
  background-color: #C17747;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
  font-family: inherit;
}
body .search-form .search-submit:hover {
  background-color: #C17747cc;
}
