/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com/
Description: Child theme for GeneratePress. Used for custom styles, templates, and overrides.
Author: WeaveSite Studio
Template: generatepress
Version: 1.0.0
Text Domain: generatepress-child
*/

/* === Unit Converter (WSUC) - Theme Overrides ===
   If you use the unit converter plugin I gave you earlier, these styles will beautify the UI.
   You can freely modify them without touching the plugin.
*/
.wsuc-wrap{
  border-color:#cfe0d7;
  background:#f6fbf8;
}
.wsuc-title{ color:#0f3a2e; }
.wsuc-input,.wsuc-select{ border-color:#cfe0d7; }
.wsuc-btn{ border-color:#73b59b; background:#e9f7f0; color:#0f3a2e; }
.wsuc-out{ border-color:#cfe0d7; color:#0f3a2e; }
