/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/* Default font size for h1 elements */
h1 {
  font-size: 26px;
}

/* Reduce font size for small screens */
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}
