/*
Theme Name: Unero Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Unero Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unero
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: unero
*/
/* banner */
.led-banner-text {
  font-weight: 700;
  background: linear-gradient(90deg, #fff3c4 0%, #ffffff 70%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.led-title {
  font-size: 40px;
}

@media (max-width: 767px) {
  .led-title {
    font-size: 24px;
  }
}