/*
Theme Name: Little Big Piano Custom
Theme URI: https://littlebigpiano.com.au/
Author: Little Big Piano
Description: A handcrafted, accessible and Divi-independent WordPress theme for Little Big Piano.
Version: 2.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: littlebigpiano-custom
License: GNU General Public License v2 or later
*/

/* Form text visibility safeguard */
input,
textarea,
select {
  color: #33211f;
  -webkit-text-fill-color: #33211f;
}

input::placeholder,
textarea::placeholder {
  color: #8b776b;
  opacity: 1;
}
