/*
 Theme Name:   The Faithful Pair
 Author:       Webmaster
 Template:     hello-elementor
 Version:      1.0.0
*/

body {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji" !important;
}

input[type="file"]::file-selector-button {
  background-color: transparent;
  color: #1F2937;
  padding: 2px 10px;
  border: 1px solid #1F2937;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
input[type="file"]::file-selector-button:hover {
  background-color: transparent;
}