/*
 Theme Name:   ONO Twenty Twenty-Five Child
 Template:     twentytwentyfive
 Version:      1.0.1
 Description:  A child theme of Twenty Twenty-Five.
 Author:       ONO
*/


body {
  font-family: 'Funnel Sans', sans-serif;
}

/* Optional custom CSS below */

.scroll-header {
  transition: background-color 0.3s ease;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.scroll-header.scrolled {
  background-color: #000000; /* or any solid color */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* optional */
}

#kb_field_5049_1e86c5-b9_2 label{
    line-height: 20px;
}