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

body { font-weight: 400; }

.search-field {
  border: 1px solid #CBD5E1;
  background: #F1F5F9;
  padding: 10px 16px;
  border-radius: 8px;
  font-family: inherit;
}
.search-field:focus {
  border-color: #1E293B;
  outline: none;
}
body .search-form .search-submit {
  background-color: #1E293B;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 8px;
  font-family: inherit;
}
body .search-form .search-submit:hover {
  background-color: #1E293Bcc;
}
